mdb-ui-kit/HACKING.md

18 lines
314 B
Markdown
Raw Normal View History

2017-03-22 16:10:37 +03:00
# Hacking Material Design for Bootstrap
2017-03-22 15:54:15 +03:00
This project makes use of Gulp to build all our source codes.
You can get a full list of available commands running:
```
npm run gulp -- --tasks
```
Then, simply run:
```
npm run gulp dist:default // or any other task name
```
To trigger the relative task and run it.