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

Migration to Broccoli, Plain JS, and ES6 #33

Closed Emerson closed 10 years ago

Emerson commented 10 years ago

Resolves #30.

I'm sure we'll need to do a little cleanup after we merge - for example, we'll need to find a way to build the docs again.

Let me know about any changes we'd like to make and I'll do my best to address them quickly.

asaf commented 10 years ago

@Emerson I think we'll extract docs to somewhere else,

Thanks ! i'll do some code review soon enough.

asaf commented 10 years ago

@Emerson thanks!

I dislike the switch to js from coffee, all or our code is written in coffee so this requires me to cherry-pick some content from here and there into a new commit,

I hope to do the Broccoli switch commit soon enough,

Thanks again!

Emerson commented 10 years ago

Cool, I'll move it back to coffee, should he quick enough to do.

asaf commented 10 years ago

@Emerson no need, its ok, I just chery-pick the neccessary files after squashing the commits.