Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Fix minification map address.
Browse files Browse the repository at this point in the history
  • Loading branch information
CM Lubinski committed Feb 9, 2017
1 parent 1220f14 commit eb101e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ module.exports = function toExport(grunt) {
plugin: [
[function minifyify(b) {
b.plugin('minifyify', {
map: '/static/regulations/js/built/regulations.min.map',
map: grunt.template.process('<%= config.frontEndPath %>/js/built/regulations.min.map'),
output: grunt.template.process('<%= config.frontEndPath %>/js/built/regulations.min.map'),
});
}],
Expand Down

0 comments on commit eb101e7

Please sign in to comment.