Jeff-Lewis / nhaml

Automatically exported from code.google.com/p/nhaml
0 stars 0 forks source link

MSBuild task to compile view at compiletime #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently only the idea is placed here. At this time i dont know exactly if
it is possible. But we should complete the features of the lang before
starting with something like this.

I see two benefits from this:

1. Since we have no code completion in vs it makes perfect sense to see
typos in views while compile time. Currently i have to compile, go to the
browser, hit F5, got one exception, search for the view, fix the error and
try again.

2. Precompiled views can speed up the application startup time a lot. But i
see more benefits in point 1.

Original issue reported on code.google.com by lanwin...@gmail.com on 13 Nov 2008 at 11:14

GoogleCodeExporter commented 8 years ago
This has been requested before but mainly for 2. I think this should be an exe 
(msbuild task can call that).

Original comment by andrew.j...@gmail.com on 18 Nov 2008 at 10:07