Skip to content

Commit 26fc767

Browse files
committed
Still testing
1 parent b9e84f2 commit 26fc767

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "superfly-css-task-deploy",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Deploy task for superfly-css modules",
55
"main": "src/main/js/index.js",
66
"scripts": {

src/main/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ gulp.task('deploy:test:css', function() {
7575
return gulp.src(PLI.SRC_TEST_CSS)
7676
.pipe(pc(pre_uncss_processors))
7777
.pipe(uncss({
78-
html: [PLI.TARGET_TEST_HTML]
78+
html: [PLI.SRC_TEST_HTML]
7979
}))
8080
.pipe(pc(post_uncss_processors))
8181
.pipe(cleancss({

0 commit comments

Comments
 (0)