Skip to content

Instantly share code, notes, and snippets.

View vigoritodcx's full-sized avatar
🦍
ipsum!

vigoritodcx vigoritodcx

🦍
ipsum!
View GitHub Profile
@vigoritodcx
vigoritodcx / Gruntfile.js
Last active July 15, 2019 10:12 — forked from amit-y/Gruntfile.js
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({