Explore >> Select a destination


You are here

chenhuijing.com
| | www.adamalbrecht.com
3.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.
| | maissan.net
3.8 parsecs away

Travel
| | Gulp is a great tool for automating your development workflow. It can also be a great tool for updating your Drupal site. The multiple steps of logging in, enabling maintenance mode, uploading files and running update.php can be replaced with a single "gulp deploy" command.
| | optasy.com
4.3 parsecs away

Travel
| | In this article, you'll find 12 easy steps to get this top-notch content management system up and running on your website.
| | www.velocitypartners.net
3.9 parsecs away

Travel
| An in-depth article about GulpJS, a powerful tool for tasks automation, linting, compression and minification of code, basic tasks and examples included.