When I first listen about Sass I am not too serious about it. Day after day I catch on, SASS makes my regular CSS world change. I am happy enough myself, I knew it very beginning of my path.
At very beginning when I worked with Sass the problem I faced how to install Sass on my machine. So 'developing a sass file' or 'how to sass works' or 'how the sass syntax are work' it not my problem. I browsed lot of web materials and listen their instruction very exquisitely but I failed. But I think it is good for me. Because now I know how to manage Windows Command Line and how it works. It is very essential to know about Windows Command Line because after that I discover lot of new things such as GIT (Source Control tool like Subversion, CVS, Perforce), YEOMAN (A workflow which robust and opinionated client-side stack, comprising tools and frameworks that can help developers quickly build beautiful web applications), GRUNT (Awesome tool java-script task runner), BOWER (by fetching and installing packages from all over, taking care of hunting, finding, downloading, and saving the stuff you’re looking for) and I love each of them.
They change me, they change my work flow most impotent thing is, they helping me become a smart man and I always wanted to be.
So Today I told my experience about installing Sass to my machine. if regular sass installing process is work for you then this post is not for you.
After install Ruby go to cmd mode type 'ruby -v'
press enter show your Ruby version. Ruby install
successfully. Type gem install sass if sass install -
you are a lucky basted few are not. If it shows
ERROR: Could not find a valid gem 'sass' (>= 0),
here is why:Unable to download data from
https://rubygems.org/ - SSL_
connect returned=1 errno=0 state=SSLv3 read
server certificate B: certificate verify failed
(https://api.rubygems.org/latest_specs.4.8.gz)
Go to this link git gives a nice solution. just read it
At very beginning when I worked with Sass the problem I faced how to install Sass on my machine. So 'developing a sass file' or 'how to sass works' or 'how the sass syntax are work' it not my problem. I browsed lot of web materials and listen their instruction very exquisitely but I failed. But I think it is good for me. Because now I know how to manage Windows Command Line and how it works. It is very essential to know about Windows Command Line because after that I discover lot of new things such as GIT (Source Control tool like Subversion, CVS, Perforce), YEOMAN (A workflow which robust and opinionated client-side stack, comprising tools and frameworks that can help developers quickly build beautiful web applications), GRUNT (Awesome tool java-script task runner), BOWER (by fetching and installing packages from all over, taking care of hunting, finding, downloading, and saving the stuff you’re looking for) and I love each of them.
They change me, they change my work flow most impotent thing is, they helping me become a smart man and I always wanted to be.
So Today I told my experience about installing Sass to my machine. if regular sass installing process is work for you then this post is not for you.
Go to Ruby site download Ruby and install it.
In right side, you can see a dialog box checked last two section. Most important thing is 'add Rubby executable to your PATH. it means you checked then win command line save ruby path so if you execute the command the fire.
After install Ruby go to cmd mode type 'ruby -v'
press enter show your Ruby version. Ruby install
successfully. Type gem install sass if sass install -
you are a lucky basted few are not. If it shows
ERROR: Could not find a valid gem 'sass' (>= 0),
here is why:Unable to download data from
https://rubygems.org/ - SSL_
connect returned=1 errno=0 state=SSLv3 read
server certificate B: certificate verify failed
(https://api.rubygems.org/latest_specs.4.8.gz)
Go to this link git gives a nice solution. just read it
I have interest to write couple of post about SASS file structure , SASS variable , SASS Mixin. Those things are really surprise me. Again I told you SASS dont give me too much challenge rather than faced when I install SASS and I guess its the first beauty of SASS.
Until then best of luck.
Until then best of luck.

No comments:
Post a Comment