Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. export PATH := $(CURDIR)/node_modules/.bin:$(PATH)
  2.  
  3. css:
  4. cd public/build/css && \
  5. node-sass \
  6. $(ARGS) \
  7. --include-path ../../../node_modules/bootstrap-sass/assets/stylesheets/ \
  8. --include-path ../../../node_modules/bourbon/dist/ \
  9. --source-map styles.css.map ../../../styles/index.scss styles.css
  10.  
  11. css-watch:
  12. $(MAKE) css ARGS=--watch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement