Skip to content

Commit

Permalink
Merge pull request #17 from gnowy/master
Browse files Browse the repository at this point in the history
Fix: images not found with Fastboot prod
  • Loading branch information
Andreas Schacht authored Apr 4, 2017
2 parents a389e90 + 53b1f8f commit c3e1332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module.exports = {
trees.push(imageTree);
});

let pattern = '\'__ember_responsive_image_meta__\'';
let pattern = /["']__ember_responsive_image_meta__["']/;
if (process.env.EMBER_CLI_FASTBOOT) {
tree = map(tree, '**/*.js', (content, path) => {
let metaData = JSON.stringify(this.metaData);
Expand Down

0 comments on commit c3e1332

Please sign in to comment.