update assets and gruntfile settings

This commit is contained in:
Henrique Dias
2015-09-16 13:02:19 +01:00
parent e82820ec73
commit fa21867f3b
18 changed files with 670 additions and 415 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 templates/ assets/dist/css/ assets/dist/js/
go-bindata -debug -pkg assets -o assets/assets.go templates/ assets/css/ assets/js/ assets/fonts/
```
Now you're ready to test it using Caddydev.