Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. build:
  2. node_modules/.bin/coffee -c ionic-rating.coffee
  3.  
  4. uglify:
  5. node_modules/.bin/uglifyjs ionic-rating.js > ionic-rating.min.js
  6.  
  7. clean:
  8. rm -rf dist
  9.  
  10. .PHONY: all clean
  11.  
  12. all: clean build uglify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement