Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 814 Bytes

NOTES.md

File metadata and controls

23 lines (17 loc) · 814 Bytes

Notes -

Live Server Address

/etc/hosts

  • 192.168.33.10 meshcss.com

/subtree

git subtree add --prefix=mesh-src https://github.com/ainsleyclark/mesh.git master --squash git subtree push --prefix=mesh-src https://github.com/ainsleyclark/mesh.git master --squash git subtree pull --prefix=mesh-src https://github.com/ainsleyclark/mesh.git master --squash

Gulp

sudo npm install gulp -g npm install --global gulp-cli

Example usage via shell (for website) gulp website --input './src/mesh.scss' --output './dist/css/mesh.css' --build_dir './dist/css' gulp website --input '/Users/Ainsley/Desktop/Web/mesh-site/temp/test.scss' --output '/Users/Ainsley/Desktop/Web/mesh-site/temp/test.css' --build_dir '/Users/Ainsley/Desktop/Web/mesh-site/temp/'