D
D
dhat2016-09-14 20:48:49
css
dhat, 2016-09-14 20:48:49

How to organize the assembly of Bootstrap + Gulp?

I'm starting to discover the magical world of wonderful frameworks after a few months of learning simple layout. And I’m slowly freaking out, why so many difficulties out of the blue)))
Actually, I’m used to small assemblies of a project with Gulp - he collected builds for me, made a server, translated Sass into CSS, and so on. Now I'm dealing with Bootstrap, I installed it using Bower (it seems everything is clear, npm for the front-end). And what to do next with all this? Bower piled up a bunch of files for me, including a lot of Bootstrap sources. How to organize all this? Usually my project looks like this in the file system:
bower_components
node_modules
public
source
bower.json
gulpfile.js
package.js
Do I need to drag and drop Bootstrap sources into source by Gulp? And why, do the Bootstrap sources change? What the hell should I do next?)) Maybe there are links to some competent recommendations on organizing the process (I didn’t find anything, except for the left article on Habré)? Or do you not need to do anything at all and just throw bootstrap.css into public so that the local server can see it? SO THEN WHAT IS IT TO INSTALL ALL ???))) In general, please help me figure it out and find at least some logic in this. So far, I don’t see the point, except perhaps a replacement in Variables.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Bukhalo, 2016-09-14
@evilsprut

Read here about the organization https://github.com/tars/tars/blob/master/README_RU.md

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question