grunt-contrib-concat Questions
1
Before I ask this question I want to point out that there are several similar questions posted here on StackOverflow, but none of them provide an accurate solution to the problem.
The problem
I ...
Douglas asked 29/10, 2014 at 17:0
1
Solved
Why do I get the error below? My grunt version is > v0.4.0
npm install grunt-contrib-concat --save-dev
+-- UNMET PEER DEPENDENCY grunt@>=0.4.0
Error messages:
..Projects\Hartz\Hartz>npm ...
Revenge asked 4/9, 2016 at 8:56
0
I love using Grunt for concatenating and minifying plugins etc.. can someone please tell me how to do this task on Angular 2's node_modules.. i want to end up with 1 file that is minified and conca...
Barricade asked 28/5, 2016 at 18:59
1
Solved
I'm using Grunt to minify and concatenate files for an AngularJS web application. Our source is on a file share and I'm connecting to it via a mapped drive. Whenever Grunt runs over my source direc...
Abbott asked 12/5, 2015 at 19:23
3
Solved
I'm using grunt-contrib's concat and uglify modules to process some javascript. Currently if src/js/ is empty, they will still create an (empty) concat'd file, along with the minified version and a...
Kolnick asked 18/3, 2014 at 0:5
1
Solved
I am trying, using grunt and babel, to transpile all js6 files in a folder and end up with a concatenated single file (js5) with a working sourcemap to the original es6 files. However the sourcemap...
Etam asked 14/9, 2015 at 18:2
1
Solved
Working on putting together a base Gruntfile.js for some upcoming projects. Starting in on a new computer so everything has been a fresh build. Installed Node and NPM using Homebrew, and then insta...
Hackamore asked 6/6, 2015 at 21:28
1
Solved
I am new to grunt (literally installed it today and using it) and its great, but i cannot work out something.
I have an angularJs project and i would like to concat all my javascript files into 3 ...
Dreeda asked 13/1, 2015 at 10:1
2
Solved
I keep seeing the recommendation for making JS files ready for production to be concat then uglify.
For example here, in on of Yeoman's grunt tasks.
By default the flow is: concat -> uglifyjs.
...
Leyes asked 20/3, 2014 at 20:43
1
Solved
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...
Ottoottoman asked 10/12, 2014 at 17:21
2
Solved
I use concat to merge JS files into one file and uglify to minimize the JavaScript. How can I create a sourcemaps file that uses the source JS files?
My current gruntfile:
concat: {
options: {
...
Clausius asked 11/9, 2014 at 16:49
1
Previous title: "Why is Grunt's concat task not using dynamic configuration values?"
I am trying to dynamically configure the files that are concatenated by Grunt, and in doing so I came across th...
Baltimore asked 26/6, 2014 at 21:53
1
Solved
I need to be able to run multiple tasks of the same type of task within Grunt (grunt-contrib-concat). I've tried a couple of things below but neither work. Any ideas on how to do this are appreciat...
Afterbirth asked 20/3, 2014 at 16:46
1
Solved
I have an Angular project with potentially many modules. Each module has it's own directory with subdirectories for controllers, directives, services, etc. Something like this:
src
|-- js
|-- mod...
Goth asked 20/2, 2014 at 19:58
3
Solved
I am writing a Gruntjs script which should
concatenate + replace template of some JS files into target directory (contrib-concat)
copies + replace template of some other files (contrib-copy)
pack...
Zanazander asked 18/7, 2013 at 13:15
1
© 2022 - 2024 — McMap. All rights reserved.