JonAbrams / synth

The first back-end framework specially designed for single-page web applications
http://www.synthjs.com
MIT License
968 stars 70 forks source link

Add nghtml2-js #50

Closed ariesjia closed 10 years ago

ariesjia commented 10 years ago

Compress html2js , can reduce http request .

by the way : Can we write our own prod deploy script .

JonAbrams commented 10 years ago

I'm working on adding gulp support so you can do just that :)

On Tue, Jul 8, 2014 at 2:58 AM, Chenjia notifications@github.com wrote:

Compress html2js , can reduce http request .

by the way : Can we write our own prod deploy script .

Reply to this email directly or view it on GitHub: https://github.com/JonAbrams/synth/issues/50

ariesjia commented 10 years ago

thx

JonAbrams commented 10 years ago

I didn't know about ng-html2js, seems interesting. I don't think I can make use of it for Synth just yet. I'll take a look once I add gulp support.