mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-11 18:09:21 +08:00
12 lines
170 B
Makefile
12 lines
170 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
|
|
|