UNPKG

192 BPlain TextView Raw
1BIN = node_modules/.bin
2
3build:
4 $(BIN)/coffee -c jquery.fillwidth.coffee
5 cp jquery.fillwidth.js example/src/jquery.fillwidth.js
6 $(BIN)/uglifyjs jquery.fillwidth.js > jquery.fillwidth.min.js
\No newline at end of file