-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Fail on grunt build #716
Comments
Working fine for me on Linux Mint, same grunt/grunt-cli version. My node version is older but that probably shouldn't matter. |
Maybe there's something wrong with your sass installation. Old or incompatible version. |
Sass 3.4.21 and for you? |
This fails because As a workaround you could just copy the contents of the linked file to |
The linux world symlinks don't work for windows and if needed you would have to create them new. See also #293 (comment) |
I copy file into steelsheet and it works, Thinks |
Workaround or not, this is still an issue on Windows. Is there any way to make this build cross-platform? |
Could this get an actual solution? I mean it shouldn't be that hard to just change the script to just copy those 2 files.
|
@luckcolors Would you like to write a PR for it? |
I'm not so fond on javascript unfortunately. But i'll see what i can do. |
Also can you please reopen the issue? :) |
Bug description
Fail t build the app with grunt
It's append when building SASS components
Steps to reproduce
Platform info
Error: Invalid CSS after ".": expected class name, was "./components/in..."
on line 1 of stylesheets/_intlTelInput.scss
from line 2 of stylesheets/options.scss
Use --trace for backtrace.
Built on windows with node 4.2.6
grunt-cli v0.1.13
grunt v0.4.5
The text was updated successfully, but these errors were encountered: