Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Doesn't generate static site for ASP.NET MVC Razor projects #123

Closed
mrchief opened this issue Mar 26, 2013 · 2 comments
Closed

Doesn't generate static site for ASP.NET MVC Razor projects #123

mrchief opened this issue Mar 26, 2013 · 2 comments

Comments

@mrchief
Copy link

mrchief commented Mar 26, 2013

I tried the latest and the output I got was similar to Visual Studio's "Publish" method.

I was under the impression that it'll generate a static (HTML+CSS+JS) site, is this not the goal?

@JakeGinnivan
Copy link
Member

Pretzel works for a Jekyll site, it also supports razor as a templating engine (Jekyll supports liquid out of the box).

It does not support ASP.net projects.

Sent from my Windows Phone


From: Hrusikesh Pandamailto:notifications@github.com
Sent: ý27/ý03/ý2013 5:18
To: Code52/pretzelmailto:pretzel@noreply.github.com
Subject: [pretzel] Doesn't work on ASP.NET Razor projects (#123)

I tried the latest and the output I got was similar to Visual Studio's "Publish" method.

I was under the impression that it'll generate a static (HTML+CSS+JS) site, is this not the goal?


Reply to this email directly or view it on GitHubhttps://github.com//issues/123.

@shiftkey
Copy link
Member

@mrchief we support Razor in that you can write layouts using Razor syntax. That's it.

The reason why we say Razor instead of ASP.NET or MVC or WebForms is that we're only interested in:

  • maintaining your content pages as Markdown files
  • defining your layouts in Razor or Liquid templates
  • including CSS/JS resources to make your site pretty/interactive
  • publishing your site to any host which can serve files

We've never been interested in replacing the VS "Publish" behaviour.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants