Skip to content

Asset Files limited? #25

@timschoch

Description

@timschoch

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 dumpJS and gulp dumpCSS tasks 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"
        }
    }
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions