Skip to content

RobbeR/Atom-SassAutocompile-MultiProjectPatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Atom-SassAutocompile-MultiProjectPatch

This is a patch for this Atom package: https://atom.io/packages/sass-autocompile

The package is great, but currently there is no support for different folder structure in different parallel projects.
The patch is made because I tired to change the "Filename pattern for 'compact' output style" setting all the time when I switch between projects, and if I use deeper folders (e.g.: sass/registration/index.scss => css/registration/index.scss) inside one of my project, need to change the setting for every file

The file location in Mac OSX: ~/.atom/packages/sass-autocompile/lib/compiler.coffee

The only modification made in "getOutputFile" function

Once you patched the package, you can use multiple folder mapping like this:
Filename pattern for 'compact' output style:
/project1/path/sass/:/project1/path/css/;/project2/path/sass/:/project2/path/css/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published