Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
expose querystring object to manifest json when enable
Browse files Browse the repository at this point in the history
  • Loading branch information
hariadi committed Apr 1, 2014
1 parent f6100ec commit a3068f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tasks/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ module.exports = function(grunt) {

}

manifest.querystring = true;

// Only rename the source if manifest disable
if (!options.manifest) {
wpcontent = wpcontent.replace(re, newName);
Expand Down
3 changes: 2 additions & 1 deletion test/fixtures/assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"test/fixtures/assets/css/custom.min.css": {
"path": "test/fixtures/assets/css/custom.min.css",
"hash": "45f8aa1a"
}
},
"querystring": true
}

0 comments on commit a3068f8

Please sign in to comment.