Skip to content

Commit 82777f2

Browse files
author
Slinto
committed
Webpack sourcemaps
1 parent 674a2b8 commit 82777f2

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

build/css/app.css

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/js/build-dev.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/css/lib/normalize.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
1+
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
22

33
/**
44
* 1. Set default font family to sans-serif.

client/js/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//var hello = require('./modules/hello.js');
2-
31
import Hello from './modules/hello';
42

53
var hello = new Hello();

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ gulp.task('stylus', function() {
6767
.pipe(plumber())
6868
.pipe(stylus({
6969
errors: true,
70-
use: [nib()]
70+
use: [nib()],
71+
'include css': true
7172
}))
7273
.pipe(autoprefixer(['> 1%', 'last 2 versions', 'Firefox ESR', 'Opera 12.1', 'ie 8', 'ie 9']))
7374
.pipe(size({

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@
3737
"gulp-git": "^1.2.4",
3838
"gulp-imagemin": "^2.3.0",
3939
"gulp-livereload": "^3.8.0",
40-
"gulp-minify-css": "^1.2.0",
40+
"gulp-minify-css": "^1.2.1",
4141
"gulp-mocha": "^2.1.3",
42-
"gulp-nodemon": "^2.0.2",
42+
"gulp-nodemon": "^2.0.4",
4343
"gulp-plumber": "^1.0.1",
4444
"gulp-rimraf": "^0.1.0",
45-
"gulp-shell": "^0.4.2",
46-
"gulp-size": "^1.2.3",
45+
"gulp-shell": "^0.4.3",
46+
"gulp-size": "^2.0.0",
4747
"gulp-stylus": "^2.0.6",
4848
"gulp-webpack": "^1.5.0",
4949
"imagemin-pngquant": "^4.1.2",
5050
"jshint-stylish": "^2.0.1",
5151
"nib": "^1.1.0",
5252
"run-sequence": "^1.1.2",
53-
"webpack": "^1.10.5",
54-
"yargs": "^3.16.1"
53+
"webpack": "^1.12.0",
54+
"yargs": "^3.22.2"
5555
}
5656
}

0 commit comments

Comments
 (0)