Skip to content

Commit

Permalink
Added grunt-text-replace and fixed setting of cdn property in the G…
Browse files Browse the repository at this point in the history
…runtfile
  • Loading branch information
simong committed Sep 22, 2014
1 parent 5b3d374 commit 6faf5dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ module.exports = function(grunt) {
grunt.registerTask('cdn', function(url) {
if (url) {
// Pass the URL of the CDN to the replacement task
grunt.config('replace').set('url', url);
grunt.config.set('replace.url', url);
}

// Start replacing paths
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"grunt-exec": "latest",
"grunt-ghost": "latest",
"grunt-git-describe": "latest",
"grunt-text-replace": "latest",
"grunt-ver": "git://github.com/oaeproject/grunt-ver.git#v0.2.3-hilary-0.2",
"oae-release-tools": "git://github.com/oaeproject/oae-release-tools",
"optimist": "latest",
Expand Down

0 comments on commit 6faf5dc

Please sign in to comment.