-
Notifications
You must be signed in to change notification settings - Fork 79
Enderfile #69
Comments
hmmm |
you can do this already with a package.json. Add |
Cool. This can't support multiple output files in the same project can it? For example, I have a rails 3.1 app that has 3 separate templates which all need their own unique JS deps. I'd like to output 3 ender.js's:
|
oh, not currently. |
Ok, so if I were to implement this idea, would you prefer it to live in
|
I'd prefer it to live in a
|
Cool. I'll play with this idea (unless you beat me to it). |
Alternatively, with the current ender code you could define multiple packages for your different ender builds and use -o to output them to different locations. |
ref #131 |
I think it'd make more sense to specify packages you want under an
Enderfile
of some sort, thenender install
to satisfy deps. The currentnode_modules
doesn't seem like it should go in my git repo. I'd be happy to take a stab at it.Also,
Enderfile
sounds cool.The text was updated successfully, but these errors were encountered: