Commit Graph

6 Commits

Author SHA1 Message Date
Łukasz Mierzwa
6868df6087 Merge pull request #3 from cloudflare/go-1.8
Change template script type to application/javascript
2017-03-24 14:21:40 -07:00
Łukasz Mierzwa
5e501844a7 Change template script type to application/javascript
Go 1.8 introduced checking of script type and templates are no longer loading, as the script type is not allowed by Go 1.8
https://github.com/golang/go/issues/18569 captures the details.
Change template script type to one of the allowed types, it doesn't matter for clientside-haml-js, it only needs to match the script id
2017-03-23 22:54:07 -07:00
Łukasz Mierzwa
27caf68ffa Merge pull request #2 from cloudflare/fix-dev-target
Fix missing quote in 'make dev' target
2017-03-23 19:59:05 -07:00
Łukasz Mierzwa
2d2eec0567 Fix missing quote in 'make dev' target 2017-03-23 19:57:54 -07:00
Łukasz Mierzwa
e239fd05fd Import code from internal repository (#1)
Import code from internal repository
2017-03-23 16:58:04 -07:00
Łukasz Mierzwa
42a6268135 Initial commit 2017-03-16 09:17:27 -07:00