Open millisami opened 10 years ago
Anything yet?
First emberella provide some compiled output?
Hi. I am currently traveling and haven't had an opportunity to really look into this. Emberella was created well before Broccoli and designed to work with Rails Asset Pipeline. I really enjoy Broccoli as a build tool and intend to restructure Emberella into smaller pieces that take advantage of the newer tooling and Ember idioms that have become available over the last 12 months. In the short term, I don't have a quick solution for you. I may be able to take a closer look next week. Thanks for your interest in Emberella.
Alright, will wait for your next reply.
Hi @millisami, did you sort out this issue? any news on this @realityendshere? I would also love to use emberella in an ember-cli project. Thanks ;)
I would like to package the good parts of Emberella into Ember CLI Add-ons.
We also need to improve the Ember CLI docs on addons. Would be nice with an example for how to port/convert an old Ember "plugin" such as one of the emberella components to become a new cli compatible addon ;)
@kristianmandrup Nop, I didn't. At that time the addons was just being shaped out. So, didn't get further on this.
I am trying to use this library in a ember-cli app i generated. Clone the repo at
vendor/emberella
The files to compile is at
vendor/emberella/packages/emberella/lib
folder. The following is the structure.I want the compiled file to have
core.coffee
,views.coffee
,main.coffee
and all the files under dircontrollers
,helpers
,mixins
andviews
files to be concateneted in a single file at/assets/emberella.js
In the
Brocfile.js
, I've the following:When I run
broccoli serve
, I get the following error:What should be the
Brocfile.js
code to get this working?