Skip to content

Template for creation pages layouts with PUG, SsSS and BEMTO PUG module

Notifications You must be signed in to change notification settings

flaunder007/PUGTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PUGTemplate

Template for creation pages layouts with PUG, Sass and BEMTO PUG module

The project was created for PHPStorm and his file watchers.

Not include npm modules or else.

File watcher for PUG on windows:

Program:    C:\Users\Elijah\AppData\Roaming\npm\pug.md
Arguments:  $FileName$ --pretty
Output:     $FileNameWithoutExtension$.html

Argument "--pretty" will make your finally html code nicier and more readable.

For Sass:

Program:    C:\Ruby22-x64\bin\sass.bat
Arguments:  --no-cache --update $FileName$:$FileNameWithoutExtension$.css --style compact
Output:     $FileNameWithoutExtension$.css:$FileNameWithoutExtension$.css.map

Argument "--style compact" make your css file compact, but unless than "--style compressed" it still will be readable.

Links:

  • PUG documentation
  • Sass - Sass documentation

About

Template for creation pages layouts with PUG, SsSS and BEMTO PUG module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published