Skip to content

Updated the compressHTML task #41

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 6 commits into
base: the-compress-html-task
Choose a base branch
from

Conversation

ScottKennedy68
Copy link

the compressHTML task was updated and tested and is now working with gulp version 4.0.0

gulpfile.js Outdated
@@ -1,16 +1,12 @@
/*jslint node: true */

var gulp = require('gulp');
const { src, dest }= require('gulp');
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go ahead and change the inch marks to back ticks

gulpfile.js Outdated
@@ -1,16 +1,12 @@
/*jslint node: true */

var gulp = require('gulp');
const { src, dest }= require('gulp');
const htmlCompressor = require('gulp-htmlmin');
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, regarding the back ticks

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants