Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Switch to standalone sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Vergenz committed Jan 25, 2017
1 parent 55ca3a2 commit cb17bfd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/aframe-altspace-component.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/aframe-altspace-component.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aframe-altspace-component.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/aframe-altspace-component.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function versionAndPack(filename, webpackPlugins) {
filename: filename
},
plugins: webpackPlugins,
devtool: 'inline-source-map'
devtool: 'source-map'
}))
.pipe(replace('AFRAME_ALTSPACE_VERSION', version))
.pipe(gulp.dest('./dist/'));
Expand Down

0 comments on commit cb17bfd

Please sign in to comment.