Skip to content

akb2/VSCode-Live-Pug-Compiler

 
 

Repository files navigation

VSCode Live Pug Compiler

Compile pug Files to Html at real time with this extension Customize the compiled files save location by modifying the settings.json file as

{
    "livePugCompiler.savePath": "/location to save compiled files",
    "livePugCompiler.saveExt": "Extension name: html, php or other",
    "livePugCompiler.uScoreCompile": "TRUE or FALSE for enable/disable compiling helpers files ( where has underscore symbol on filename begin )",
    "livePugCompiler.startFolder": "/location to set root folder for pugs files"
}

About

VS Code Extension for live compiling Pug files

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%