Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
welefen committed Oct 27, 2017
1 parent 17e14b8 commit 4083240
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions stc.config.js
Expand Up @@ -4,8 +4,8 @@ var uglify = require('stc-uglify');
var cssCompress = require('stc-css-compress');
//var cdn = require('stc-cdn');
//var cdnAdapter = require('@q/stc-cdn-qstatic');
var localstorage = require('stc-localstorage');
var localstorageAdapter = require('stc-localstorage-ejs');
// var localstorage = require('stc-localstorage');
// var localstorageAdapter = require('stc-localstorage-ejs');
var version = require('stc-resource-version');

stc.config({
Expand All @@ -28,16 +28,16 @@ stc.workflow({
},

htmlCompress: {plugin: htmlCompress},
localstorage: {
include: [{type: 'tpl'}],
exclude: [/\/doc\//],
plugin: localstorage,
options: {
adapter: localstorageAdapter,
minLength : 200,
appId : 'd0ac6c56'
}
},
// localstorage: {
// include: [{type: 'tpl'}],
// exclude: [/\/doc\//],
// plugin: localstorage,
// options: {
// adapter: localstorageAdapter,
// minLength : 200,
// appId : 'd0ac6c56'
// }
// },
version: {
plugin: version,
include: [{type: 'tpl'}]
Expand Down
2 changes: 1 addition & 1 deletion view/zh-cn/doc
Submodule doc updated 1 files
+1 −0 3.0/router.md

0 comments on commit 4083240

Please sign in to comment.