Skip to content

Commit

Permalink
Using Gulp Sourcemaps Now
Browse files Browse the repository at this point in the history
Ignoring public folder
  • Loading branch information
zjrosen1 committed Aug 20, 2015
1 parent 0c1658e commit 2fd93e3
Show file tree
Hide file tree
Showing 39 changed files with 5 additions and 6,921 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.sass-cache
node_modules/
bower_components/
public/
tmp/
4 changes: 3 additions & 1 deletion build/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ gulp.task('styles', function() {
});

gulp.task('minify', ['vendor', 'babel'], function() {
// .pipe($.uglify())
return gulp.src([parameters.tmp_path + '/js/vendor.js', parameters.tmp_path + '/js/main.js'])
.pipe($.sourcemaps.init())
.pipe($.concat('app.min.js'))
// .pipe($.uglify())
.pipe($.sourcemaps.write('.'))
.pipe(gulp.dest(parameters.web_path + '/assets/js'));
});

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "^1.1.6",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"jshint-stylish": "^2.0.1",
Expand Down
1 change: 0 additions & 1 deletion public/assets/css/main.css

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed public/assets/fonts/courierprime/courier-prime.ttf
Binary file not shown.
Binary file removed public/assets/fonts/din/dinNextLTW04-Bold.eot
Binary file not shown.
Binary file removed public/assets/fonts/din/dinNextLTW04-Bold.ttf
Binary file not shown.
Binary file removed public/assets/fonts/din/dinNextLTW04-Bold.woff
Binary file not shown.
Binary file removed public/assets/fonts/din/dinNextLTW04-Light.eot
Binary file not shown.
Binary file removed public/assets/fonts/din/dinNextLTW04-Light.ttf
Binary file not shown.
Binary file removed public/assets/fonts/din/dinNextLTW04-Light.woff
Binary file not shown.
Binary file removed public/assets/fonts/din/dinNextLTW04-Medium.eot
Binary file not shown.
Binary file removed public/assets/fonts/din/dinNextLTW04-Medium.ttf
Binary file not shown.
Binary file removed public/assets/fonts/din/dinNextLTW04-Medium.woff
Binary file not shown.
Binary file removed public/assets/fonts/din/dinNextLTW04-Regular.eot
Binary file not shown.
Binary file removed public/assets/fonts/din/dinNextLTW04-Regular.ttf
Binary file not shown.
Binary file removed public/assets/fonts/din/dinNextLTW04-Regular.woff
Binary file not shown.
Binary file removed public/assets/fonts/pcbvector/PCBVector-Regular.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 0 additions & 14 deletions public/assets/img/close.svg

This file was deleted.

Binary file removed public/assets/img/outlinerlogo.png
Binary file not shown.
Loading

0 comments on commit 2fd93e3

Please sign in to comment.