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

Explicitly specify Sass and CoffeeScript files in Guardfile #144

Closed
wants to merge 1 commit into from
Closed

Explicitly specify Sass and CoffeeScript files in Guardfile #144

wants to merge 1 commit into from

Conversation

jibiel
Copy link
Member

@jibiel jibiel commented Sep 20, 2015

Recently @rails generators changed the way they name the Asset Pipeline files (around 4.2.x, maybe 4.x):

resources.css.scss -> resources.scss
resources.css.sass -> resources.sass
resources.js.coffee -> resources.coffee

So this ought to support new behavior out-of-the-box.

Recently @rails generators changed the way they name the Asset Pipeline files (around `4.2.x`, maybe `4.x`):

`resources.css.scss` -> `resources.scss`
`resources.css.sass` -> `resources.sass`
`resources.js.coffee` -> `resources.coffee`

So this ought to support new behavior out-of-the-box.
@jibiel
Copy link
Member Author

jibiel commented Sep 21, 2015

Comes great with the #138. Addresses #126.

@e2
Copy link
Contributor

e2 commented Oct 17, 2015

The regexp got so complex, I've reworked the template (adding tests too): #146

For suggestions/improvements, just open a new PR with tests (which should be easy now).

@e2 e2 closed this Oct 17, 2015
@jibiel jibiel deleted the improvement/explicitly-specify-sass-and-coffee-script-files-in-guardfile branch December 18, 2019 14:24
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

Successfully merging this pull request may close these issues.

2 participants