File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ var uglify = require('stc-uglify');
4
4
var cssCompress = require ( 'stc-css-compress' ) ;
5
5
//var cdn = require('stc-cdn');
6
6
//var cdnAdapter = require('@q/stc-cdn-qstatic');
7
- var localstorage = require ( 'stc-localstorage' ) ;
8
- var localstorageAdapter = require ( 'stc-localstorage-ejs' ) ;
7
+ // var localstorage = require('stc-localstorage');
8
+ // var localstorageAdapter = require('stc-localstorage-ejs');
9
9
var version = require ( 'stc-resource-version' ) ;
10
10
11
11
stc . config ( {
@@ -28,16 +28,16 @@ stc.workflow({
28
28
} ,
29
29
30
30
htmlCompress : { plugin : htmlCompress } ,
31
- localstorage : {
32
- include : [ { type : 'tpl' } ] ,
33
- exclude : [ / \/ d o c \/ / ] ,
34
- plugin : localstorage ,
35
- options : {
36
- adapter : localstorageAdapter ,
37
- minLength : 200 ,
38
- appId : 'd0ac6c56'
39
- }
40
- } ,
31
+ // localstorage: {
32
+ // include: [{type: 'tpl'}],
33
+ // exclude: [/\/doc\//],
34
+ // plugin: localstorage,
35
+ // options: {
36
+ // adapter: localstorageAdapter,
37
+ // minLength : 200,
38
+ // appId : 'd0ac6c56'
39
+ // }
40
+ // },
41
41
version : {
42
42
plugin : version ,
43
43
include : [ { type : 'tpl' } ]
You can’t perform that action at this time.
0 commit comments