Skip to content

Commit

Permalink
Merge branch 'dev' into replace_history_import
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 22, 2017
2 parents 4cf8ad2 + 7ee9215 commit 4ecf7a0
Show file tree
Hide file tree
Showing 474 changed files with 215 additions and 685 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -123,6 +123,8 @@ sprite-*.less

# JS, Local node_modules, and bower_components directories
static/scripts/bundled/[0-9]*
static/maps
static/scripts/bundled/*.js.map
node_modules
bower_components
client/galaxy/scripts/libs/*
Expand Down
4 changes: 2 additions & 2 deletions client/gulpfile.js
Expand Up @@ -48,12 +48,12 @@ gulp.task('scripts', function() {
return gulp.src(paths.scripts)
.pipe(plumber())
.pipe(cached('scripts'))
.pipe(sourcemaps.init())
//.pipe(sourcemaps.init())
.pipe(babel({
plugins: ['transform-es2015-modules-amd']
}))
.pipe(gulpif(nopack_mode, beautify(), uglify()))
.pipe(sourcemaps.write('../maps/'))
//.pipe(sourcemaps.write('../maps/'))
.pipe(gulp.dest('../static/scripts/'));
});

Expand Down
2 changes: 1 addition & 1 deletion client/webpack.config.js
Expand Up @@ -38,7 +38,7 @@ var commonLibs = [
];

module.exports = {
devtool: "source-map",
//devtool: "source-map",
entry: {
libs: commonLibs,
login: "./galaxy/scripts/apps/login.js",
Expand Down
1 change: 0 additions & 1 deletion static/maps/admin.toolshed.js.map

This file was deleted.

1 change: 0 additions & 1 deletion static/maps/analysis.js.map

This file was deleted.

1 change: 0 additions & 1 deletion static/maps/app.js.map

This file was deleted.

1 change: 0 additions & 1 deletion static/maps/app/analysis.js.map

This file was deleted.

0 comments on commit 4ecf7a0

Please sign in to comment.