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

Compass watching multiple levels of files/folders by default #1

Closed
farmersmc opened this issue May 22, 2013 · 1 comment
Closed

Compass watching multiple levels of files/folders by default #1

farmersmc opened this issue May 22, 2013 · 1 comment

Comments

@farmersmc
Copy link

I'm not sure if this is the correct place to add this but I think it would be beneficial to have the compass watch look at mulitple levels of files and folders by default.

I have been experimenting with a starter compass project that has multiple folders within the /styles/ css folder.

It has taken me weeks of playing around finding out how to do this in order to come to the conclusion that the default compass watch is limited.

Here's what I'd like to suggest by default:

compass: {
    files: [ '<%= yeoman.app %>/styles/**/*.s{c,a}ss'],
    tasks: ['compass']
}

Sorry if this is the wrong repository but I'll gladly move this ticket to the correct one if you let me know where to put it.

@addyosmani
Copy link
Member

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

2 participants