Tired of Windows, please help me Dual Boot

[)roi(]

Executive Member
Joined
Apr 15, 2005
Messages
6,282
Same reason the industry prefers a mac. Shiat just works. I need the speed of a gui. I do not give a fck what someone says about the command line, YOU might be "fast" in it, but I will give you a run for your money using my GUI I guarantee you. But what I need is a proper command line driven OS so that I can do stuff like this:...
You sound confused...
 

[)roi(]

Executive Member
Joined
Apr 15, 2005
Messages
6,282
Help get sass up and running with Atom please man
PS. One sentence you're claiming GUI is better; next sentence I need CLI...
Re Atom and Sass; why the difficulty?
atom.io has solutions for both the compilation syntax highlighting
 

Thor

Honorary Master
Joined
Jun 5, 2014
Messages
44,236
[)roi(];17218873 said:
PS. One sentence you're claiming GUI is better; next sentence I need CLI...
Re Atom and Sass; why the difficulty?
atom.io has solutions for both the compilation syntax highlighting

Send me a link please. I went through a few but most builds failed.

This one looks relative safe?
https://github.com/atom/language-sass

But that is just syntax highlighting
 

Thor

Honorary Master
Joined
Jun 5, 2014
Messages
44,236
I guess I can just do this in my brackets json file

Code:
{
  "path": {
    "css/style.scss": {
      "sass.enabled": true,
      "sass.options": {
        "outputDir": "../css/",
        "imagePath": null,
        "sourceComments": "map",
        "outputStyle": "compressed"
      }
    }
  }
}
But I would really prefer to work in Atom
 

Thor

Honorary Master
Joined
Jun 5, 2014
Messages
44,236
Still not getting a SASS compiler like i want. Not sure how to really use sass in the command line to watch the dir entirely
 
Top