Skip to content

Commit 0a4f840

Browse files
committed
Docs: #26 - bower components instructions, release notes
1 parent 52dedbe commit 0a4f840

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,21 @@ You can switch to production mode using the following command
221221
gulp prod
222222
```````
223223
224+
# Bower Components
225+
226+
Tip: While installation additional bower components to your project, make sure your save your new component
227+
in your `bower.json` file by installing like below
228+
229+
```````
230+
bower install <bower-component-name> --save
231+
```````
232+
233+
So that generator will automatically include your new bower component to `bower.js` file for usage
234+
235+
# Release Notes
236+
237+
You can find the detailed release notes [here](https://github.com/FuelFrontend/generator-smacss/blob/master/release.md)
238+
224239
<!-- TODO: Add documentaiton and enable this
225240
# Docs
226241

0 commit comments

Comments
 (0)