File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,21 @@ You can switch to production mode using the following command
221
221
gulp prod
222
222
```````
223
223
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
+
224
239
<!-- TODO: Add documentaiton and enable this
225
240
# Docs
226
241
You can’t perform that action at this time.
0 commit comments