Skip to content

Commit 4083240

Browse files
committed
update
1 parent 17e14b8 commit 4083240

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

stc.config.js

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ var uglify = require('stc-uglify');
44
var cssCompress = require('stc-css-compress');
55
//var cdn = require('stc-cdn');
66
//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');
99
var version = require('stc-resource-version');
1010

1111
stc.config({
@@ -28,16 +28,16 @@ stc.workflow({
2828
},
2929

3030
htmlCompress: {plugin: htmlCompress},
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-
},
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+
// },
4141
version: {
4242
plugin: version,
4343
include: [{type: 'tpl'}]

view/zh-cn/doc

Submodule doc updated 1 file

0 commit comments

Comments
 (0)