updates and grunt

This commit is contained in:
Henrique Dias
2015-09-16 12:18:12 +01:00
parent 9f4841b5fa
commit e82820ec73
16 changed files with 2991 additions and 472 deletions

View File

@@ -7,7 +7,7 @@ This is an add-on for Caddy which wants to deliver a good UI to edit the content
You have to instal ```go-bindata``` before. Then execute the following command:
```
go-bindata -debug -pkg assets -o assets/assets.go static/css/ static/js/ templates/
go-bindata -debug -pkg assets -o assets/assets.go templates/ assets/dist/css/ assets/dist/js/
```
Now you're ready to test it using Caddydev.