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

Can't Compile on Windows #5

Open
jmaddington opened this issue Oct 12, 2013 · 0 comments
Open

Can't Compile on Windows #5

jmaddington opened this issue Oct 12, 2013 · 0 comments
Assignees

Comments

@jmaddington
Copy link

I'm using the AppKit in a mockup and, out of box, can't get scss to compile in app/assets/stylesheets:

PS C:\Users\jon.addington\Documents\GitHub\thecity-appkit\app\assets\stylesheets> scss --watch ./:./
>>> Sass is watching for changes. Press Ctrl-C to stop.
      error ./admin-all.css.scss (Line 14: File to import not found or unreadable: all/mixins.
Load paths:
  C:/Users/jon.addington/Documents/GitHub/thecity-appkit/app/assets/stylesheets
  C:/Users/jon.addington/Documents/GitHub/thecity-appkit/app/assets/stylesheets)
  overwrite .//admin-ie.css.css
      error ./appkit-mobile.css.scss (Line 13: File to import not found or unreadable: all/jquery-ui-1.9.1.custom.
Load paths:
  C:/Users/jon.addington/Documents/GitHub/thecity-appkit/app/assets/stylesheets
  C:/Users/jon.addington/Documents/GitHub/thecity-appkit/app/assets/stylesheets)
      error ./appkit.css.scss (Line 13: File to import not found or unreadable: all/jquery-ui-1.9.1.custom.
Load paths:
  C:/Users/jon.addington/Documents/GitHub/thecity-appkit/app/assets/stylesheets
  C:/Users/jon.addington/Documents/GitHub/thecity-appkit/app/assets/stylesheets)
      error ./docs.css.scss (Line 14: File to import not found or unreadable: all/colors.
Load paths:
  C:/Users/jon.addington/Documents/GitHub/thecity-appkit/app/assets/stylesheets
  C:/Users/jon.addington/Documents/GitHub/thecity-appkit/app/assets/stylesheets)

Renaming all files from .css.scss to simply .scss fixes the issue.

Ruby 1.9.3p392, scss 3.2.10

@ghost ghost assigned dsecrest Oct 28, 2013
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