HEADS-project / forum

Open technical discussions within the HEADS project
0 stars 0 forks source link

grunt-kevoree update v5.7.0 #21

Closed maxleiko closed 9 years ago

maxleiko commented 9 years ago

grunt-kevoree has been updated and should now make grunt kev commands start much, much, much quicker after the first one.
I used to delete/re-install local module in the .deploy_units folder in the old versions. Now grunt-kevoree uses npm link to symlink the module in .deploy_units which leads to no time wasted on installation even though modifications have occured on your library.

Of course the first grunt kev command will still take time because I have to install the library in the first place =)

cc @kehusa hope you will gain time on small devices, let me know if it breaks things!

maxleiko commented 9 years ago

Of course this means that the --no-reinstall is now useless. I will remove it in the next iteration.

maxleiko commented 9 years ago

To update the grunt-kevoree module in your project, just run:

rm -rf node_modules/grunt-kevoree
npm i