Blame view

Makefile 208 Bytes
80d1e57aa   Andrew Buss   materialized thin...
1
2
  styles/materialize.css: .PHONY
  	sassc materialize/sass/materialize.scss > styles/materialize.css
0b8a1b605   Andrew Buss   still trying to f...
3
4
  fixjsstyle:
  	fixjsstyle --flagfile gjslint.conf config.js scripts/*{Controller,Directive,Service}.js
80d1e57aa   Andrew Buss   materialized thin...
5
  .PHONY: