Files
ionic-framework/Makefile
2013-08-29 12:22:14 -05:00

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