funnelweblog / FunnelWeb

FunnelWeb is an open source blog engine targeted at developers
http://funnelweblog.com/
Other
96 stars 55 forks source link

Fixed DirectoryNotFoundException if no Scripts/Views #42

Closed JSkimming closed 11 years ago

JSkimming commented 11 years ago

The method RegisterViewBundles was crashing with a DirectoryNotFoundException if Scripts/Views did not exist.

The fix is identical to the commit f6e10e5246a2b80593c778eb080998a23d0ad505 which looks like it was fixing the same issue.