mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
document how to install modules
This commit is contained in:
parent
f0af5eeb08
commit
6c927a5a2c
@ -12,7 +12,10 @@
|
|||||||
* To install grunt to build minified javascript files you need to run:
|
* To install grunt to build minified javascript files you need to run:
|
||||||
*
|
*
|
||||||
* sudo npm install -g grunt-cli
|
* sudo npm install -g grunt-cli
|
||||||
* npm init # create package.json and node_modules directory for local installs
|
* npm install # installs everything from package.json into node_modules dir
|
||||||
|
*
|
||||||
|
* To generate the now existing package.json:
|
||||||
|
* npm init
|
||||||
* npm install grunt --save-dev
|
* npm install grunt --save-dev
|
||||||
* npm install grunt-contrib-uglify --save-dev
|
* npm install grunt-contrib-uglify --save-dev
|
||||||
* npm install grunt-newer --save-dev
|
* npm install grunt-newer --save-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user