indexiatech / ember-forms

Smart, Intuitive forms for Ember.js styled with Bootstrap, Multi layouts and Validation support.
http://indexiatech.github.io/ember-forms
Apache License 2.0
218 stars 45 forks source link

Make an ember-cli addon #54

Closed samselikoff closed 9 years ago

samselikoff commented 9 years ago

We should make an ember-cli addon for easy install/upgrades

asaf commented 9 years ago

Agreed.

Emerson commented 9 years ago

This brings me great happiness, awesome work.

hwwan80 commented 9 years ago

How can I use it without using ember-cli? Just find that my gulp-based build break after update from 0.4 to 0.5

asaf commented 9 years ago

Hey,

Never tried but once you build the addon manually it generates a js under the dist folder,

Can you try to include the built js into your app?

Let me know if it works

Thanks

hwwan80 commented 9 years ago

@asaf: I do an ember build on the master branch ,and the output are dist/assets/vendor.js and dist/assets/vendor.css, which is not the expected dist/{globals,amd,named-amd,cjs}}/main.js output