@@ -19,7 +19,7 @@ then run:
19
19
20
20
$ npm install -g bower
21
21
22
- After this command finishes , run ``bower `` in your terminal to find out if
22
+ After this command has finished , run ``bower `` in your terminal to find out if
23
23
it's installed correctly.
24
24
25
25
.. tip ::
@@ -45,7 +45,7 @@ create a ``.bowerrc`` file with a new destination (like ``web/assets/vendor``):
45
45
46
46
.. tip ::
47
47
48
- If you're using a frontend build system like `Gulp `_ or `Grunt `_, then
48
+ If you're using a front-end build system like `Gulp `_ or `Grunt `_, then
49
49
you can set the directory to whatever you want. Typically, you'll use
50
50
these tools to ultimately move all assets into the ``web/ `` directory.
51
51
@@ -125,15 +125,15 @@ file:
125
125
126
126
.. code-block :: bash
127
127
128
- git add web/assets/vendor
128
+ $ git add web/assets/vendor
129
129
130
130
Why? Unlike Composer, Bower currently does not have a "lock" feature, which
131
131
means that there's no guarantee that running ``bower install `` on a different
132
132
server will give you the *exact * assets that you have on other machines.
133
- For more details, read the article `Checking in fronte -end dependencies `_.
133
+ For more details, read the article `Checking in front -end dependencies `_.
134
134
135
135
But, it's very possible that Bower will add a lock feature in the future
136
- (e.g. `bower/bower#1748 `_)
136
+ (e.g. `bower/bower#1748 `_).
137
137
138
138
.. _Bower : http://bower.io
139
139
.. _`Node.js` : https://nodejs.org
@@ -142,5 +142,5 @@ But, it's very possible that Bower will add a lock feature in the future
142
142
.. _Bootstrap : http://getbootstrap.com/
143
143
.. _Gulp : http://gulpjs.com/
144
144
.. _Grunt : http://gruntjs.com/
145
- .. _`Checking in fronte -end dependencies` : http://addyosmani.com/blog/checking-in-front-end-dependencies/
145
+ .. _`Checking in front -end dependencies` : http://addyosmani.com/blog/checking-in-front-end-dependencies/
146
146
.. _`bower/bower#1748` : https://github.com/bower/bower/pull/1748
0 commit comments