Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Don't strip images directories because this breaks --clean-css
Browse files Browse the repository at this point in the history
Fixes #37: url-rewriter failing with `Error: Cannot find module '../images/url-rewriter'`
  • Loading branch information
duncansmart committed Apr 19, 2014
1 parent bcecd58 commit cd81161
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ echo Cleaning node_modules
for /d /r %%D in (*) do (
rem echo %%D
if "%%~nD"=="build" rd /s /q "%%D"
if "%%~nD"=="images" rd /s /q "%%D"
if "%%~nD"=="example" rd /s /q "%%D"
if "%%~nD"=="tests" rd /s /q "%%D"
if "%%~nD"=="test" rd /s /q "%%D"
Expand Down

0 comments on commit cd81161

Please sign in to comment.