Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Upgrade legacy way of calling Grunt as attempt to fix Travis jstest
Browse files Browse the repository at this point in the history
Travis started to fail after disabling symlinking in #2971 to fix
npm failures to install stuff on filesystems that don't support
symlinks.

CLI Grunt interface is now contained in grunt-cli package.

https://stackoverflow.com/questions/14695845/why-does-grunt-fail
  • Loading branch information
techtonik committed Dec 5, 2014
1 parent 3d8daee commit cef7235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -67,7 +67,7 @@ node_modules: package.json
@if [ -d node_modules ]; then touch node_modules; fi

jstest: node_modules
./node_modules/.bin/grunt test
npm run-script grunt-cli test

transifexrc:
@echo '[https://www.transifex.com]' >.transifexrc
Expand Down

0 comments on commit cef7235

Please sign in to comment.