-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Some css missing from build #2012
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
Comments
Oh, that looks like a bug. Does #2013 fix this? |
Hi, yes! The link seems to fix the However, the I saw inside the
|
It's just using As for your Bower CSS files, those should get taken care of by That |
|
@Awk34 ahh I see how it works now. Learnt something new and valuable today. Now I understand the auto build better. Thanks very much! :) and thanks for the earlier fix. |
Hi, looking at the default
gulpfile.babel.js
, it didn't seem to include these files automatically:Default style rule:
gulp.src(``${clientPath}/{app,components}/**/*.css``, {read: false})
From what I can tell, above rule should also cover the
custom.css
.Also, it doesn't seem to include these bower files automatically:
It does however include these files automatically:
I'm not sure why it automatically include
AdminLTE.css
but not_all-skins.min.css
&font-awesome.min.css
. Tried to update the gulpfile but seems like it should include them as well.Any idea why?
The text was updated successfully, but these errors were encountered: