Explore >> Select a destination


You are here

bitsofco.de
| | www.adamalbrecht.com
1.8 parsecs away

Travel
| | As my work has transitioned from traditional web apps to thick-client Javascript apps (primarily using Angular), Grunt has become essential in my workflow. Grunt is a nice tool and it gets the job done. But there was always something I didn't like about it that I couldn't quite articulate until I discovered Gulp.js. Whereas in Grunt, you create a json configuration file, Gulp is just a script. It's code. And it really fits my programmer brain better. In this post, I'll convert a basic Gruntfile that compiles and minifies Coffeescript into Gulp.
| | btxx.org
0.7 parsecs away

Travel
| | [AI summary] A guide explaining a basic Gulp setup for compiling Sass into CSS with tasks for building and watching a Jekyll site.
| | vannevel.net
0.9 parsecs away

Travel
| | What you'll read here is just a quick overview of setting up gulp and Visual Studio Code to get your first AngularJS app working.
| | lea.codes
10.4 parsecs away

Travel
| Sprinkle your JavaScript codebase with type annotations in JSDoc, run checks against it and auto-generate documentation.