Skip to content

Instantly share code, notes, and snippets.

@lisp-ceo
Created October 6, 2013 18:47
Show Gist options
  • Save lisp-ceo/6857541 to your computer and use it in GitHub Desktop.
Save lisp-ceo/6857541 to your computer and use it in GitHub Desktop.
14:36 < Leon> I'm looking at running concat on all js in a Symfony2 bundle. And it would be nice to be able to group them by the bundle name 14:37 -!- thealphanerd [~thealphan@pdpc/supporter/student/thealphanerd] has joined #grunt 14:38 < b3tamax> Leon: grunt-contrib-concat? 14:40 < Leon> Yes that's what I'm trying to use, the question is how do…
concat : {
AppBundle : {
src : [],
dest : ""
},
AdminBundle : {
src : [],
dest : ""
},
CommonBundle : {
src : [],
dest : ""
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment