You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys. I don't know so much about gulp. I tried to modify gulp/build.js to disable CSS concat functionality, but I could not figure out how to do it. If you asked why I want to do this, I have a big proyect with some CSS files having style conflicts, to solve the problem I inject only the CSS that I want to use in the moment (depending of the view). To do so, I need to copy CSS files without change the routes.
Maybe it have something to do with that route ''styles/app.js" in the head of index.html.
I created a mini gulp module to solve this problem. But, I think that can be better, so I don't uploaded the module yet. Basically I have app.js file, and constants with array of files to load. Something like this:
Hey guys. I don't know so much about gulp. I tried to modify gulp/build.js to disable CSS concat functionality, but I could not figure out how to do it. If you asked why I want to do this, I have a big proyect with some CSS files having style conflicts, to solve the problem I inject only the CSS that I want to use in the moment (depending of the view). To do so, I need to copy CSS files without change the routes.
Maybe it have something to do with that route ''styles/app.js" in the head of index.html.
The text was updated successfully, but these errors were encountered: