From ef04101eee7267973fa711c5da4b9be28ec39c7c Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 16 Jun 2016 17:09:46 +0100 Subject: [PATCH] add note with reminder --- assets/Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/Gruntfile.js b/assets/Gruntfile.js index 181c4c6f..c4021225 100644 --- a/assets/Gruntfile.js +++ b/assets/Gruntfile.js @@ -1,3 +1,5 @@ +// NOTE: https://github.com/gruntjs/grunt-contrib-htmlmin + module.exports = function(grunt) { grunt.loadNpmTasks('grunt-contrib-watch'); grunt.loadNpmTasks('grunt-contrib-copy');