dart-sass/package/chocolatey/sass.bat
2018-11-14 13:53:53 -08:00

9 lines
309 B
Batchfile

@echo off
REM Copyright 2017 Google Inc. Use of this source code is governed by an
REM MIT-style license that can be found in the LICENSE file or at
REM https://opensource.org/licenses/MIT.
set SCRIPTPATH=%~dp0
set arguments=%*
dart.exe "-Dversion=SASS_VERSION" "%SCRIPTPATH%\sass.dart.snapshot" %arguments%