Skip to content

Commit 33861ed

Browse files
committed
Update README.md
1 parent beaeb96 commit 33861ed

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ new Timesheet('timesheet', 2002, 2013, [
3030

3131
`$ > bower install https://github.com/sbstjn/timesheet.js.git`
3232

33+
## Grunt commands
34+
35+
Use `grunt` to build all JavaScript and StyleSheet files located inside `dist/`.
36+
37+
Use `grunt server` to start a local web server on [localhost:8080](http://localhost:8080) to customize Timesheet.js, afterwards run `grunt` to compile all needed files.
38+
39+
Use `grunt gh` to generate the site and files available at [sbstjn.github.io/timesheet.js](http://sbstjn.github.io/timesheet.js) into the `gh-pages` folder.
40+
3341
## License
3442

35-
Timesheet.js is licensed under MIT License.
43+
Timesheet.js is licensed under MIT License.

0 commit comments

Comments
 (0)