File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,13 @@ Default: `none`
110
110
111
111
Specify the location to search for asset files, relative to the current working directory. Can be a string or array of strings.
112
112
113
+ #### options.noconcat
114
+
115
+ Type: ` Boolean `
116
+ Default: ` false `
117
+
118
+ Skip concatenation and add all assets to the stream instead.
119
+
113
120
### stream.restore()
114
121
115
122
Brings back the previously filtered out HTML files.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gulp-useref" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets." ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
18
18
"vinyl-fs" : " ^0.3.13"
19
19
},
20
20
"devDependencies" : {
21
- "mocha" : " *" ,
22
- "should" : " *" ,
23
- "gulp-mocha" : " ^1.0.0" ,
24
21
"gulp" : " ^3.6.1" ,
25
- "gulp-jshint" : " ^1.5.3"
22
+ "gulp-jshint" : " ^1.5.3" ,
23
+ "gulp-mocha" : " ^2.0.0" ,
24
+ "mocha" : " *" ,
25
+ "should" : " *"
26
26
},
27
27
"scripts" : {
28
28
"test" : " mocha --reporter dot"
You can’t perform that action at this time.
0 commit comments