Questions tagged [grunt-contrib-concat]

Concatenate many files into one

Grunt task to concatenate many files into one

174 questions
2
votes
1 answer

Yeoman Angular source maps concat and minification

Problem Breakpoints not breaking in browser from source-maps generated using grunt task of yeoman-angular-generator. The code has been concatenated and minified. What I have tried I have looked at this Stack Overflow answer for the configuration of…
2
votes
0 answers

Generate source maps for minified ES5 files, mapping back to ES6 source files using 6to5 & grunt

I'm looking for a way to use the 6to5 transpiler in my grunt build process, while still being able to map any minified files of the ES5 output back to the original ES6 source files. The grunt-6to5 plugin only has a boolean sourceMap option, which of…
user1816877
2
votes
1 answer

bower add Jquery UI theme in style

In my project I have included to jQuery UI.I am using Bower, Yeoman and Grunt. I added jQuery UI: bower install jquery-ui --save . but the jQuery UI theme was not included in Bower style components.