Lucas Dechow

Results 3 issues of Lucas Dechow

I recently reached out to @dtschust in regards to to retaining history state in a production environment. To quote the readme: > ...For an application with heavy actions (such as...

This is the code it generates: ``` this["Ember"] = this["Ember"] || {}; this["Ember"]["TEMPLATES"] = this["Ember"]["TEMPLATES"] || {}; this["Ember"]["TEMPLATES"]["assets/js/views/application.hbs"] = Ember.Handlebars.template(function anonymous(Handlebars,depth0,helpers,partials,data) { this.compilerInfo = [4,'>= 1.0.0']; helpers = this.merge(helpers, Ember.Handlebars.helpers);...

Right now when I'm compiling using the ruby sass (gulp plugin). I get this error: ``` error main.scss (Line 98: File to import not found or unreadable: layout/**/*. ``` This...