Files
ionic-framework/Makefile
Max Lynch b024e66812 Cleanup
2013-08-28 17:42:44 -05:00

12 lines
182 B
Makefile

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