We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e5eaf commit c30243dCopy full SHA for c30243d
tools/gen_libsass_todo.cmd
@@ -35,7 +35,7 @@ copy %ISSUE%.scss %SPECS%\libsass-todo-issues\issue_%ISSUE%\input.scss
35
REM not sure why this is needed, but sass-spec did not create it otherwise
36
copy %ISSUE%.scss %SPECS%\libsass-todo-issues\issue_%ISSUE%\expected_output.css
37
38
-ruby %SPECS%\..\sass-spec.rb -g --run-todo --no-cache --root "%SPECS%\libsass-todo-issues\issue_%ISSUE%"
+ruby %SPECS%\..\sass-spec.rb -g --run-todo --root "%SPECS%\libsass-todo-issues\issue_%ISSUE%"
39
40
%GITCMD% add %SPECS%\libsass-todo-issues\issue_%ISSUE%\*
41
%GITCMD% commit -m "Add todo spec test for libsass issue %ISSUE%" ^
0 commit comments