-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Asset Files limited? #25
Comments
Super weird. @pascalduez? |
Quick reply, I don't have time right now to deeply look into this. You mention the You have to configure the paths, and feed it with a proper SCSS (with SassDoc comments) folder. |
The Theme is working fine and we're using it already. I wanted to extend it with some JS fairy dust (SassDoc/sassdoc#435) and it fails if we add more files to the assets folder. With less then 16 it compiles perfectly. |
Holy molly, so that's not even a Gulp thing, but more related to the assets copying functions from the theme ? Is this theme available online by any chance ? |
Hi @pascalduez |
Thanks @timschoch it will be helpful for replicating the issue, we keep you posted. |
Hello
I have this wierd behaviour, that when I add more then 16 files, the gulp compile task fails.
This is my current structure:
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\sassdocsuccessfully refreshed.
without an error and I have toTerminate 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
andgulp 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:
The text was updated successfully, but these errors were encountered: