Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Temp fix for issue 499 & 500. Forcing Grunt to continue as it is not …
Browse files Browse the repository at this point in the history
…correctly detecting node_modules in the folder (#502)
  • Loading branch information
wisco24 authored and gsingh93 committed May 18, 2017
1 parent e880251 commit dd3c874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function run_grunt() {
local __mode=$2

cd "$__path"
grunt
grunt --force

# grunt watch on the VM will make sure your js files are
# properly updated when developing 'remotely' with unison.
Expand Down

0 comments on commit dd3c874

Please sign in to comment.