From 5875ea14966fa495d96c8cf8b7b4b2954f124abb Mon Sep 17 00:00:00 2001 From: yjaaidi Date: Thu, 23 Oct 2014 18:12:31 +0200 Subject: [PATCH] Remove 'src' from bower ignored files. It would be cool to keep the 'src' files as for some users (like us for wishtack.com), we merge most of our dependencies source code in one file that we minify. We can't do that with the 'dest' files due to the 'sourceMappingURL' that was added. --- bower.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bower.json b/bower.json index e51ea12..c92c0e3 100644 --- a/bower.json +++ b/bower.json @@ -19,7 +19,6 @@ "node_modules", "bower_components", "gulp-tasks", - "src", "dest", "/build-config.js", "/gulpfile.js",