Skip to content

Commit

Permalink
Precache assets, too
Browse files Browse the repository at this point in the history
Whoops
  • Loading branch information
dustinsoftware committed Oct 24, 2019
1 parent 56d6512 commit e9b0437
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app');
module.exports = function (defaults) {
let app = new EmberApp(defaults, {
'asset-cache': {
include: [
'ag-grid.css'
],
include: ['assets/**/*', 'ag-grid.css'],
},
'esw-cache-fallback': {
patterns: [
Expand Down

0 comments on commit e9b0437

Please sign in to comment.