Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Remove a persistant reference to Bower
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymelou committed Dec 8, 2016
1 parent 15f94eb commit b80d68b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/developing-locally.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ Make sure that nodejs_ is installed. Then in the project root run::

$ npm install

This command will also run ``bower install`` to install static dependencies for you. Now you just need::

$ gulp

The base app will now run as it would with the usual ``manage.py runserver`` but with:
Expand All @@ -67,7 +65,7 @@ all enabled.
.. _nodejs: http://nodejs.org/download/

Optimized static files are generated in a ``dist`` folder in your static files folder. To serve them in your project, you can add something like this in your HTML:
``<link href="{% static 'dist/css/styles.min.css' %}" rel="stylesheet">``.
``<link href="{% static 'css/project.min.css' %}" rel="stylesheet">``.

To read about all included gulp tasks see :ref:`gulp-tasks`.

Expand Down

0 comments on commit b80d68b

Please sign in to comment.