Files
ionic-framework/Makefile
2013-08-29 09:13:07 -05:00

12 lines
174 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/framework.css example/cordova/iOS/www/css