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

Save build css in a different folder #10

Open
didacrios opened this issue Mar 18, 2013 · 7 comments
Open

Save build css in a different folder #10

didacrios opened this issue Mar 18, 2013 · 7 comments

Comments

@didacrios
Copy link

Bones Jaume

I tried to change the build css file as you say in the readme with those new line

"cmd": ["sass", "--update", "$file:${file_path}/../css/${file_base_name}.css", "--stop-on-error", "--no-cache"],

But still built the css in the main /scss/

Am i forgetting something?

I'm on win7, with Ruby 2.0.0 installed
The default sass files are on

C:\Users\username\Projectes\projectname\scss\

The output folder where i want to put

C:\Users\username\Projectes\projectname\css\

The console log:

overwrite C:\Users\username\Projectes\projectname\scss/main.css
[Finished in 0.5s]

Any idea?

Gràcies

@imjoeybrennan
Copy link

Same problem here. Please respond.

@lrobeson
Copy link

lrobeson commented Jul 9, 2013

Same here, tried added this code in the package settings (User) and it's still saving the .css file in the same folder as the .scss:
{ "cmd": ["sass", "--update", "$file:${file_path}/../stylesheets/${file_base_name}.css"] }

@funzeye
Copy link

funzeye commented Sep 18, 2013

Hey guys, I came up with a solution that may be of interest to you!
http://hovercraftie.tumblr.com/post/61592756918/update-sass-build-plug-in-for-sublime-text-2-to-allow

@sambody
Copy link

sambody commented Dec 20, 2013

Under Preferences > Package settings, I don't see Sass build. And when I browse the package folder, I can't find a file or folder for user settings for Sass build...
I've been able to make it work by changing it in /home/.config/sublime-text-3/Installed Packages/SASS Build.sublime-package > SASS.sublime-build. But this is not ideal, as it will be overwritten when the package updates (I think).
Where else could I place this code ?
I'm on Linux, using Sublime text 3.

@tennessine
Copy link

Same problem.

@dropddesigns
Copy link

I too was looking for the individual build files.

I installed the following package that lets you 'Open resource', you then choose 'SASS Build' and can then see the files that are in the 'SASS Build' compressed archive

https://github.com/skuroda/PackageResourceViewer

@chewarer
Copy link

I solved the problem by hardcore.
Edit file directly in this package, that contain desired setting: ~/.config/sublime-text-3/Installed Packages/SASS Build.sublime-package

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

8 participants