mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Updated to v.0.5 https://github.com/gdg-x/zeppelin/releases/tag/v0.5
This commit is contained in:
parent
8f50469039
commit
4ae5844b2a
29 changed files with 171 additions and 181 deletions
|
@ -1,11 +0,0 @@
|
|||
@echo off
|
||||
|
||||
set LOCAL_DIR=%~dp0
|
||||
set LOCAL_DIR=%LOCAL_DIR:~0,-1%
|
||||
set CSS_SOURCE=%~1
|
||||
set JS_SOURCE=%~2
|
||||
|
||||
call %LOCAL_DIR%\minify_css.bat "%CSS_SOURCE%"
|
||||
call %LOCAL_DIR%\minify_js.bat "%JS_SOURCE%"
|
||||
|
||||
pause
|
|
@ -1,9 +0,0 @@
|
|||
@echo on
|
||||
set LOCAL_DIR=%~dp0
|
||||
set LOCAL_DIR=%LOCAL_DIR:~0,-1%
|
||||
if "%~1"=="" (set "SOURCE=..\..\css") else (set "SOURCE=%~1")
|
||||
|
||||
echo Optimizing css with yuicompressor
|
||||
forfiles /p %SOURCE% /s /m "*.css" /c "cmd /c echo processing @path && java -jar %LOCAL_DIR%\yuicompressor-2.4.8.jar @path -o @fname.min.css"
|
||||
|
||||
pause
|
|
@ -1,10 +0,0 @@
|
|||
@echo on
|
||||
set LOCAL_DIR=%~dp0
|
||||
set LOCAL_DIR=%LOCAL_DIR:~0,-1%
|
||||
set "SOURCE=..\..\css"
|
||||
|
||||
echo Optimizing main.css to main.min.css
|
||||
cd %SOURCE%
|
||||
java -jar %LOCAL_DIR%\yuicompressor-2.4.8.jar main.css -o main.min.css
|
||||
|
||||
pause
|
Loading…
Add table
Add a link
Reference in a new issue