Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
FIX: Paths to source maps in development mode
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltrout committed Jul 15, 2020
1 parent 7496663 commit b1c5277
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/ember-all.debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -160879,4 +160879,4 @@ enifed("simple-html-tokenizer", ["exports"], function (_exports) {
var tokenizer = new Tokenizer(new EntityParser(namedCharRefs), options);
return tokenizer.tokenize(input);
}
});//# sourceMappingURL=ember-all.debug.map
});//# sourceMappingURL=/assets/ember-all.debug.map
2 changes: 1 addition & 1 deletion dist/ember-template-compiler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ember-testing.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ember-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -108005,4 +108005,4 @@ enifed('node-module', ['exports'], function(_exports) {


}());
//# sourceMappingURL=ember-tests.map
//# sourceMappingURL=/assets/ember-tests.map
2 changes: 1 addition & 1 deletion dist/ember.debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -65190,4 +65190,4 @@ enifed("rsvp", ["exports", "node-module", "ember-babel"], function (_exports, _n
requireModule('ember')

}());
//# sourceMappingURL=ember.debug.map
//# sourceMappingURL=/assets/ember.debug.map
2 changes: 1 addition & 1 deletion lib/ember/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ember
VERSION = '3.12.2.0'.freeze
VERSION = '3.12.2.1'.freeze
end

0 comments on commit b1c5277

Please sign in to comment.