Merge pull request #26 from kevgliss/fixes

Fixes
This commit is contained in:
kevgliss 2015-07-23 16:26:57 -07:00
commit 0d929f3c92
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ Once your system is prepared, symlink your source into the virtualenv:
.. code-block:: bash .. code-block:: bash
$ python setup.py develop $ make develop
.. Note:: This command will install npm dependencies as well as compile static assets. .. Note:: This command will install npm dependencies as well as compile static assets.

View File

@ -58,7 +58,7 @@
"node": ">=0.10.0" "node": ">=0.10.0"
}, },
"scripts": { "scripts": {
"postinstall": "bower install --allow-root", "postinstall": "bower install --allow-root --config.interactive=false",
"pretest": "npm install && npm run build_static", "pretest": "npm install && npm run build_static",
"build_static": "gulp build", "build_static": "gulp build",
"prelint": "npm install", "prelint": "npm install",