Skip to content
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

Glob condition not working for style files #5

Open
abates opened this issue Apr 15, 2015 · 0 comments
Open

Glob condition not working for style files #5

abates opened this issue Apr 15, 2015 · 0 comments

Comments

@abates
Copy link

abates commented Apr 15, 2015

I created a project using the ng-factory yeoman generator. When I create any custom .less files in /app/styles they are not run through gulp-less but simply copied to .tmp/styles and renamed with a .css extension. This then causes gulp-autoprefixer to error out since it doesn't recognize the less syntax.

I played with things a bit and determined that the glob condition is not evaluating true for style files. I changed this to a regex and it seems to work now. See pull request #4 for my solution.

If I'm doing something wrong, please let me know.

Regards,
Andrew

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant