-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
There are problems with the Gruntfile.js, it's not setup correct and does not work. I get the feeling most of this is just too old, and needs to be updated. I'll list the issues as I find them and fix them in my own project.
Deprecated Tasks
- The
grunt-contrib-livereloadtask is deprecated we should usegrunt-contrib-watchinstead.
Misc
- When running
npm installI get this error (Upgradinggrunt-bower-hooksto"~0.3.0"fixes this)
> [email protected] postinstall C:\Users\Me\Downloads\examples-master\aura-backbone-example\node_modules\grunt-bower-hooks\node_modules\bower
> node cleanup
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:980:11)
at Process.ChildProcess._handle.onexit (child_process.js:771:34)
npm ERR! weird error 8
npm ERR! not ok code 0```
Metadata
Metadata
Assignees
Labels
No labels