Skip to content

Commit

Permalink
require('gulp-print').default seems to fix the print issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sudorook committed Mar 15, 2018
1 parent 6171662 commit e4a5456
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 28 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -6,7 +6,7 @@
const gulp = require('gulp'),
concat = require('gulp-concat'),
cssmin = require('gulp-cssmin'),
print = require('gulp-print'),
print = require('gulp-print').default,
rename = require('gulp-rename'),
sass = require('gulp-sass'),
util = require('gulp-util')
Expand Down
221 changes: 195 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-print": "^2.0.1",
"gulp-print": "^5.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-util": "^3.0.8"
Expand Down

0 comments on commit e4a5456

Please sign in to comment.