-
Notifications
You must be signed in to change notification settings - Fork 75
How to setup? #19
Comments
If you look the file app.coffee (https://github.com/Addepar/ember-widgets/blob/master/app/app.coffee) in this repo (the app folder holds an example application using the ember-widgets). In app.coffee we include the compiled down source code of ember-widgets with "require 'dist/ember-widgets'". Also then in your CSS include the LESS or CSS file to get the styling either from the src folder or the dist folder. |
Well its not working for me and I am sure that I am missing something. The error is:
I just want to use the minimal popover and popover-link components only. To start the server, just run |
Well I fixed the above. I 've updated the branch. |
Well after adding the underscorejs library, that error is fixed and now I am seeing the component.
I've updated the widgets branch. |
After adding
into apps template folder fixed it. Is it the supposed behaviour?? |
Well after this, adding that custom component was breeze. But this repo is managed by Brunch. Overall, I can say it works.
|
I second your recommendations in points 1 and 3. I think underscore or lo-dash is required. |
Thanks for your comments @millisami!
|
👍 |
Hi I am finding it hard to integrate it with my existing ember app.
Can anybody point on how to integrate it.
I am sure I am not placing the files in correct places!!!
The text was updated successfully, but these errors were encountered: