Created
October 6, 2013 18:47
-
-
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…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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