mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-20 22:30:59 +00:00
Merge pull request #2773 from eddiemonge/makefile
Makefile fixes #2772 to add structure css files.
This commit is contained in:
commit
0d27f377ac
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -144,8 +144,8 @@ pull:
|
|||
# Zip the 4 files and the theme images into one convenient package
|
||||
zip: init js min css cssmin
|
||||
@@mkdir -p ${DIR}
|
||||
@@cp ${OUTPUT}/${DIR}*.js ${DIR}/
|
||||
@@cp ${OUTPUT}/${DIR}*.css ${DIR}/
|
||||
@@cp ${OUTPUT}/*.js ${DIR}/
|
||||
@@cp ${OUTPUT}/*.css ${DIR}/
|
||||
@@cp -R css/themes/${CSSTHEME}/images ${DIR}/
|
||||
@@zip -rq ${OUTPUT}/${DIR}.zip ${DIR}
|
||||
@@rm -fr ${DIR}
|
||||
|
|
|
|||
Loading…
Reference in a new issue