Export includes Razor Engine '@'

Hey,

When I export a design, the HTML comes out fine except I want to copy paste the code into an ASP.NET MVC cshtml site.

The following just causes a compilation error and needs to be removed each time. Please try to just not use that symbol, Thanks :slight_smile:

the most straight forward solution is to use export-scripts.

the more robust one is by using library such chokidar, or bassically any long running script as a directory watcher:

  • with watcher approach, you should not export directly to your ASP.NET folder;
  • instead use an intermediary folder to be watched;