Files
ionic-framework/Makefile
2013-08-27 18:07:06 -05:00

12 lines
193 B
Makefile

all: release
release:
@sass -I scss/ scss/framework.scss:dist/framework.css
cordova:
@cp js/framework/*.js example/cordova/iOS/www/js
@cp dist/framework.css example/cordova/iOS/www/css