mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
16 lines
300 B
Makefile
16 lines
300 B
Makefile
|
|
|
|
all: release
|
|
|
|
release:
|
|
@sass -I scss/ scss/ionic.scss:dist/ionic.css
|
|
|
|
cordova:
|
|
@cp -R js/ example/cordova/iOS/www/js
|
|
@cp dist/ionic.css example/cordova/iOS/www/css
|
|
|
|
watch:
|
|
@sass --watch scss/ionic.scss:dist/ionic.css
|
|
|
|
watch-ionicons:
|
|
@sass --watch ionicons/scss/ionicons.scss:dist/ionicons.css
|