Im learning Ember.js and I want to create a simple Ember.js + AdminLTE app. I did following steps:
$ ember new app
$ cd app
$ bower install admin-lte
$ ember build --env production
My questions:
- Why there is no AdminLTE dependency in bower.json ?
- Why there is no AdminLTE CSS and JS in compiled assets ?
- Do I have to manually add some dependencies to "ember-cli-build.js" file ?
Aucun commentaire:
Enregistrer un commentaire