Answer the question
In order to leave comments, you need to log in
How to organize scripts and styles into folders in bower?
Hello. There is such a structure:
|--/assets // Components
|--/build // Release directory
|--/public // Development directory
|--|--/js
|--|--/css
|--package .json
How to correctly form .bowerrc so that when installing css and js packages, the files are laid out in my directories.
Answer the question
In order to leave comments, you need to log in
Use grunt or gulp to copy the necessary files from the bower-components folder to the correct folders.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question