-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello
I have this wierd behaviour, that when I add more then 16 files, the gulp compile task fails.
This is my current structure:
assets/
css/
vendors/
font-awesome/
font-awesome.css
main.css
normalize.css
normalize.min.css
font/
fontawesome-webfont.eot
fontawesome-webfont.svg
fontawesome-webfont.ttf
fontawesome-webfont.woff
fontawesome-webfont.woff2
js/
vendor/
jquery.min.js
modernizr.min.js
prism.min.js
leftCol.js
main.js
search.js
tree.js
I've setup the theme with your generator v2.14.7 and have not modified the gulp file other
then added force to the sassdoc task. Now when I run gulp compile it creates the test project no worries. But when I add one more file (empty or not, no difference in what type of file) the gulp task just stalls out after » Folder testproject\sassdoc successfully refreshed. without an error and I have to Terminate batch job (Y/N)?
So in order to add more files, I have to remove another one (eg normalize.css) - maybe this is intended to keep our themes tidy ;)
More Infos:
-
The
gulp dumpJSandgulp dumpCSStasks run fine. -
Content or Suffix of the file don't make a difference
-
I'm running this in powershell as adminsitrator on a win8 machine but tried the defalt cmd too, no difference.
-
yo config:
{ "generator-sassdoc-theme": { "themeName": "sassdoc-theme-ioz", "themeEngine": "jade", "author": { "name": "Tim Schoch" }, "themeDesc": "IOZ Sassdoc Theme", "version": "0.0.0", "useExtras": true, "useSass": true, "useSassUtils": true, "useTaskRunner": "gulp" } }