S
S
sinout2015-08-29 01:55:42
Work organization
sinout, 2015-08-29 01:55:42

How to deal with bower_components in production?

Where to put the bower_components folder when building a project? After all, the paths to the files that are contained in it are written in html files. Give the folder along with the production version?
PS I use GulpJs to build the project

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Ruslan Abdullaev, 2015-08-29
@sinout

Just do not give it away if you are building a project (transformation, minification, etc.), because usually, all the necessary vendor scripts are collected in one vendor.js file. Although it is possible to download only the necessary files in bower, most often the entire branch of the project is merged, with all versions, tests, examples and documentation.

V
Vladimir Sergeevich, 2015-08-29
@VladimirZhid

I never hesitated to give it like this... Or rename it to assets. Quite a reasonable option.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question