Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed bower install save flag #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LABS.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Web Developer's Toolbox Labs
* Set the install directory for bower in this file: `{ "directory": "src/js/vendor" }`
* Install jquery and underscore via Bower
* You can either add them manually to the bower.json file, then run `bower install` from the command line...
* ... or you can run `bower install jquery --save-dev` from the command line (and similar for underscore)
* ... or you can run `bower install jquery --save` from the command line (and similar for underscore)
* Update the `index.html` file to point to the correct location for these files
* _If you have extra time, consider how you might copy these files into the `dist/` directory and reference them there._
* Stage and commit your work
Expand Down Expand Up @@ -127,4 +127,4 @@ Web Developer's Toolbox Labs
* Use variables to add some colors and positions to the elements using the `src/sass/screen.scss` file
* Using style nesting to override the paragraph styles in the footer
* Use a loop to style different beers differently (perhaps odd & even rows?)
* Play with mixins to see what you can do!
* Play with mixins to see what you can do!