commit
0d929f3c92
|
@ -64,7 +64,7 @@ Once your system is prepared, symlink your source into the virtualenv:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ python setup.py develop
|
||||
$ make develop
|
||||
|
||||
.. Note:: This command will install npm dependencies as well as compile static assets.
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "bower install --allow-root",
|
||||
"postinstall": "bower install --allow-root --config.interactive=false",
|
||||
"pretest": "npm install && npm run build_static",
|
||||
"build_static": "gulp build",
|
||||
"prelint": "npm install",
|
||||
|
|
Loading…
Reference in New Issue