hikaru-coffee
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -82,3 +82,4 @@ // Generated by CoffeeScript 2.3.1 | ||
routeThemeAssets() { | ||
return this.matchFiles(path.join("**", "*.*"), { | ||
return this.matchFiles(path.join("**", "*"), { | ||
"nodir": true, | ||
"cwd": this.themeSrcDir | ||
@@ -100,3 +101,4 @@ }).then((themeSrcs) => { | ||
routeTemplates() { | ||
return this.matchFiles("*.*", { | ||
return this.matchFiles("*", { | ||
"nodir": true, | ||
"cwd": this.themeSrcDir | ||
@@ -113,3 +115,4 @@ }).then((templates) => { | ||
routeSrcs() { | ||
return this.matchFiles(path.join("**", "*.*"), { | ||
return this.matchFiles(path.join("**", "*"), { | ||
"nodir": true, | ||
"cwd": this.srcDir | ||
@@ -116,0 +119,0 @@ }).then((srcs) => { |
{ | ||
"name": "hikaru-coffee", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A static site generator that generates routes based on directories naturally.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
83081
1038