Skip to content

Instantly share code, notes, and snippets.

View vigoritodcx's full-sized avatar
🦍
ipsum!

vigoritodcx vigoritodcx

🦍
ipsum!
View GitHub Profile
@amit-y
amit-y / Gruntfile.js
Created February 9, 2015 22:25
Grunt task to search and replace strings in file
module.exports = function(grunt) {
// Load grunt tasks automatically
require('load-grunt-tasks')(grunt);
// Time how long tasks take. Can help when optimizing build times
require('time-grunt')(grunt);
// Project configuration.
grunt.initConfig({