Browse Source

fix(Gulpfile): fix template cache

Gerald 9 years ago
parent
commit
0361074665
2 changed files with 1 additions and 2 deletions
  1. 1 0
      gulpfile.js
  2. 0 2
      src/common.js

+ 1 - 0
gulpfile.js

@@ -24,6 +24,7 @@ const paths = {
   ],
   copy: [
     'src/*.js',
+    '!src/cache.js',
     'src/public/**',
     'src/*/*.html',
     'src/*/*.css',

+ 0 - 2
src/common.js

@@ -1,5 +1,3 @@
-'use strict';
-
 var _ = window._ || {};
 _.i18n = chrome.i18n.getMessage;