Skip to content

Instantly share code, notes, and snippets.

@hugsbrugs
Last active December 18, 2015 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugsbrugs/0bbf98210e100b2781e6 to your computer and use it in GitHub Desktop.
Save hugsbrugs/0bbf98210e100b2781e6 to your computer and use it in GitHub Desktop.
Gulp Memo
GULP
http://paislee.io/a-healthy-gulp-setup-for-angularjs-projects/
https://github.com/paislee/healthy-gulp-angular/blob/master/gulpfile.js
https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md
https://github.com/gulpjs/gulp
http://www.alsacreations.com/tuto/lire/1685-ebauche-de-workflow-gulp-taches-uncss-includes-critical-css.html
https://www.npmjs.com/package/gulp-html-replace
https://github.com/jonkemp/gulp-useref
https://github.com/nlundquist/gulp-replace-build-block/blob/master/readme.md
https://gist.github.com/edouard-lopez/e99b70af8d4b4463b797
http://bitoftech.net/2014/05/05/angularjs-with-touch-of-gulpjs-tutorial/
http://stackoverflow.com/questions/23480591/debugging-unknown-provider-in-minified-angular-javascript
https://docs.angularjs.org/guide/di#using-strict-dependency-injection
https://github.com/Kagami/gulp-ng-annotate
JAVASCRIP QUALITY CODE
ES LINT
https://github.com/adametry/gulp-eslint
http://davidwalsh.name/eslint
https://github.com/Gillespie59/eslint-plugin-angular
PHP QUALITY CODE
http://marcofranssen.nl/using-gulp-js-to-check-your-code-quality/
PHP Unit : https://phpunit.de/
PHP Code Sniffer : https://github.com/squizlabs/PHP_CodeSniffer
PHP Documentor : http://www.phpdoc.org/
PHP Mess Detector : http://phpmd.org/
PHP Depend : http://pdepend.org/
PHP BROWSER SYNC
http://fettblog.eu/php-browsersync-grunt-gulp/
CLEAN CSS
https://github.com/jakubpawlowicz/clean-css#how-to-use-clean-css-programmatically
http://stackoverflow.com/questions/22788923/gulp-minify-css-strips-out-comments-in-scss-files
SOURCEMAPS ( to debug in chrome ...)
https://github.com/floridoo/gulp-sourcemaps
https://blog.logentries.com/images/footer-graph-bg.png
http://blog.teamtreehouse.com/introduction-source-maps
GIT
http://stackoverflow.com/questions/24515066/gulp-git-clone-in-specific-folder-location-cloned-to-undefined-folder
https://github.com/stevelacy/gulp-git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment