Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Use --force parameter on Grunt because of jQuery build warning [fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
ebollens committed Oct 16, 2012
1 parent a4efb95 commit ef9a1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ WebBlocks.config[:exec][:git] = 'git'

# executable path to Grunt
# defaults to relative path for npm module installation
WebBlocks.config[:exec][:git] = 'node ./node_modules/grunt/bin/grunt'
WebBlocks.config[:exec][:git] = 'node ./node_modules/grunt/bin/grunt --force'

# executable path to NPM
WebBlocks.config[:exec][:npm] = 'npm'
Expand Down
2 changes: 1 addition & 1 deletion rake/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ module WebBlocks

@config[:exec] = {
:git => 'git',
:grunt => 'node ./node_modules/grunt/bin/grunt',
:grunt => 'node ./node_modules/grunt/bin/grunt --force',
:npm => 'npm',
:sass => 'sass',
:uglifycss => 'node ./node_modules/uglifycss/uglifycss',
Expand Down

0 comments on commit ef9a1f5

Please sign in to comment.