From b9036ef2674bb344095aea9ef41bcb4582e701d4 Mon Sep 17 00:00:00 2001 From: Patrick Pawsey Vale Date: Thu, 5 Mar 2015 14:06:18 +0000 Subject: [PATCH] fixed bower install save flag --- LABS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LABS.md b/LABS.md index 9240778..e5918a0 100644 --- a/LABS.md +++ b/LABS.md @@ -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 @@ -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! \ No newline at end of file + * Play with mixins to see what you can do!