mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-06-21 21:43:17 +03:00
Added Hacking.md
This commit is contained in:
parent
0d774a871b
commit
e94719c4e7
17
HACKING.md
Normal file
17
HACKING.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Hacking Bootstrap Material Design
|
||||||
|
|
||||||
|
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.
|
Loading…
Reference in New Issue
Block a user