Sfoglia il codice sorgente

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

https://github.com/hexojs/hexo/issues/1663#issuecomment-165710259
Kevin van Zonneveld 9 anni fa
parent
commit
5c4b592d94
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      website/_config.yml

+ 4 - 0
website/_config.yml

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