Posts for "ember-cli"
EmberCLI - Include external library and its resources
Ruslan PrytulaMarch 24, 2016 7:55 PM
Ember CLI: How to add external library and related resources to your app. Materialize CSS is used an example to show how to add all Roboto fonts to the app. Read how broccoli-funnel helps to tackle the problem.
How to Use SystemJS hooks for building a Production Version of Your App
Oleksii RudenkoMay 5, 2015 7:55 PM
I use Ember.js and JSPM to build apps. Ember releases usually contain several files: ember.prod.js, ember.debug.js, ember.min.js etc. Ember.debug.js is handy for development and contains some extra code that enables better development process. And ember.prod.js is the version specifically made for production use...
Notes About Differences in Plugin Micro Syntax Between Various ES6 Module Loaders
Oleksii RudenkoMay 5, 2015 7:55 PM
I've made a small research on how various module loaders handle non-js resources and template(hbs) files in particular. I've compared three of them: Webpack, AMD/RequireJS, the one JSPM relies on and the one ember-cli uses