Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 444 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 444 Bytes

poezie-ro-skin

install

git clone  https://github.com/andrei-gheorghiu/poezie-ro-skin.git poezie-ro
cd poezie-ro && npm i

grunt

  • grunt [default] => grunt build
  • grunt build => grunt js && grunt css
  • grunt js =>
  • grunt css => sass (requires ruby & sass) + postcss (autoprefixer, flexboxfixer, pixrem, cssnano)
  • grunt w => grunt watch => runs grunt css after any /assets/scss/*.scss change)