Browse Source

Don't render js (although this didn't solve my issue)

https://github.com/hexojs/hexo/issues/1663#issuecomment-165710259
Kevin van Zonneveld 9 years ago
parent
commit
5c4b592d94
1 changed files with 4 additions and 0 deletions
  1. 4 0
      website/_config.yml

+ 4 - 0
website/_config.yml

@@ -133,3 +133,7 @@ postcss:
     autoprefixer:
       browsers:
         - 'last 2 versions'
+
+skip_render:
+  - '*.js'
+  - '**/*.js'