Skip to content

Commit

Permalink
Merge pull request #1276 from adopted-ember-addons/fix-deployment
Browse files Browse the repository at this point in the history
fix deployments on netlify
  • Loading branch information
mansona authored Oct 17, 2024
2 parents 48641d5 + a2a7a07 commit 0069375
Show file tree
Hide file tree
Showing 12 changed files with 316 additions and 1,508 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/gh-pages.yml

This file was deleted.

4 changes: 3 additions & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ module.exports = function (defaults) {
let app = new EmberAddon(defaults, {
// Add options here
snippetPaths: ['tests/dummy/snippets'],
snippetSearchPaths: ['tests/dummy/app']
snippetSearchPaths: ['tests/dummy/app'],
// don't fingerprint pngs
fingerprint: { extensions: ['js', 'css', 'map'] }
});

/*
Expand Down
Loading

0 comments on commit 0069375

Please sign in to comment.