fluentsharp / FluentSharp

Fluent API for the .NET Framework (used by the O2 Platform)
63 stars 18 forks source link

Add documentation on O2 Compilation Tags #65

Open DinisCruz opened 9 years ago

DinisCruz commented 9 years ago

Here https://github.com/o2platform/FluentSharp/wiki/Compilation-Tags

DinisCruz commented 9 years ago

@piirtaa go for it

Piirtaa commented 9 years ago

ok

Piirtaa commented 9 years ago

K, I made an initial page. The github implementation of Markdown removes CSS and JS code blocks, so I was unable to provide detailed source code notes in a presentable way (eg. using a collapsible DIV). Also after reviewing the compilation code it looks like it could be cleaned up. Having compilation happen via 2 mechanisms (CompileEngine and CSharp_FastCompiler) can probably be refactored into one pipeline.