From cd6390e554940fb44604bc8f8513959582d973b4 Mon Sep 17 00:00:00 2001 From: Ben Langfeld Date: Sat, 13 Feb 2016 14:44:57 -0200 Subject: [PATCH] Release CSS assets --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 5ac21101..fc3e347f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -232,6 +232,7 @@ module.exports = function(grunt) { 'libs.bundle.css', 'libs.bundle.js', 'libs.bundle.map', + 'libs.min.css', 'libs.min.js', 'LICENSE', 'package.json',