mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-12 09:09:39 +01:00
89ce44aac4
I missed this in c462b82
.
Closes #433
9 lines
329 B
Batchfile
9 lines
329 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 --no-preview-dart-2 "-Dversion=SASS_VERSION" "%SCRIPTPATH%\sass.dart.snapshot" %arguments%
|