Last active
February 17, 2016 16:50
-
-
Save Caffe1neAdd1ct/bcc02e1bd27051e487fb to your computer and use it in GitHub Desktop.
Sassc with Netbeans Css Preprocessors run on save
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
# Strips out --cache-location from netbeans sass command which isn't supported by sassc | |
# Avoiding installing ruby for a plain html project and use Visual Studio 2015 and C++ libs to compile self contained sassc.exe | |
## | |
@echo off | |
set RESTVAR= | |
shift | |
:loop1 | |
if "%2"=="" goto after_loop | |
set RESTVAR=%RESTVAR% %2 | |
shift | |
goto loop1 | |
:after_loop | |
echo %RESTVAR% | |
echo "args above" | |
echo "running" | |
C:\Users\username\Documents\NetBeansProjects\frameworks\libsass\sassc\bin\sassc.exe %RESTVAR% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PHP MITM script for Netbeans to Sassc
Removes the following: