Skip to content

Commit

Permalink
fix: Disable fingerprinting on images (#413)
Browse files Browse the repository at this point in the history
This should allow us to point to the actual path in the markdown files.
  • Loading branch information
RobbieTheWagner authored Nov 16, 2019
1 parent 3ca4eef commit 8859aad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="https://github.com/adopted-ember-addons/ember-electron/raw/gh-pages/assets/logo-github%402x.png" alt="Ember-Electron logo showing an electron orbiting a flame" width="300" height="250"></p>
<p align="center"><img src="https://github.com/adopted-ember-addons/ember-electron/raw/gh-pages/img/logo-github%402x.png" alt="Ember-Electron logo showing an electron orbiting a flame" width="300" height="250"></p>

# Ember-Electron

Expand Down
4 changes: 3 additions & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');

module.exports = function(defaults) {
let app = new EmberAddon(defaults, {
// Add options here
fingerprint: {
extensions: ['js', 'css', 'map']
}
});

/*
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/app/templates/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="https://github.com/adopted-ember-addons/ember-electron/raw/gh-pages/assets/logo-github%402x.png" alt="Ember-Electron logo showing an electron orbiting a flame" width="300" height="250"></p>
<p align="center"><img src="https://github.com/adopted-ember-addons/ember-electron/raw/gh-pages/img/logo-github%402x.png" alt="Ember-Electron logo showing an electron orbiting a flame" width="300" height="250"></p>

# Ember-Electron

Expand Down

0 comments on commit 8859aad

Please sign in to comment.