cabbagejs / cabbage

A CLI for building conventional web applications with Broccoli
MIT License
5 stars 0 forks source link

build multiple JS artifacts #1

Closed searls closed 9 years ago

searls commented 9 years ago

should be as simple as looping over files.concat in trees/js.coffee instead of hardcoding "app" and "spec".

that means any user config can add a new JS target by simply adding a files.concat.js property. neat!