|
@@ -29,12 +29,14 @@ First, install `bower`:
|
|
|
npm install -g bower
|
|
npm install -g bower
|
|
|
|
|
|
|
|
Then:
|
|
Then:
|
|
|
|
|
+
|
|
|
# In the same directory as requirements.txt
|
|
# In the same directory as requirements.txt
|
|
|
bower install
|
|
bower install
|
|
|
|
|
|
|
|
This will download and extract all the packages listed within `bower.json`. **Under no circumstance should any front-end libraries manually be pushed up to the repository.**
|
|
This will download and extract all the packages listed within `bower.json`. **Under no circumstance should any front-end libraries manually be pushed up to the repository.**
|
|
|
|
|
|
|
|
Then:
|
|
Then:
|
|
|
|
|
+
|
|
|
# move bower_components into static folder
|
|
# move bower_components into static folder
|
|
|
mv bower_components/ hackathon_starter/hackathon/static
|
|
mv bower_components/ hackathon_starter/hackathon/static
|
|
|
|
|
|