/jade-pug-references

This repo provide basic concept and reference examples related to jade/pug

Primary LanguagePug

Jade/Pug References

pug -w ./ -o ./html -P

-w -> watch

./ -> all directories inside current directory

-o -> open and write

./html -> html folder inside current directory

-P -> pretty formatting of html