Repository: incubator-nifi Updated Branches: refs/heads/develop a1472701a -> 081994e11
NIFI-686 only deleting contents of dist/js directory since it is a versions directory and deleting it would remove the .svn directory Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/081994e1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/081994e1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/081994e1 Branch: refs/heads/develop Commit: 081994e1192744fac621c98a6d9dd5d8b9341512 Parents: a147270 Author: danbress <[email protected]> Authored: Sun Jun 14 21:11:01 2015 -0400 Committer: danbress <[email protected]> Committed: Sun Jun 14 21:11:01 2015 -0400 ---------------------------------------------------------------------- nifi-site/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/081994e1/nifi-site/Gruntfile.js ---------------------------------------------------------------------- diff --git a/nifi-site/Gruntfile.js b/nifi-site/Gruntfile.js index bb69dae..42ecd8f 100644 --- a/nifi-site/Gruntfile.js +++ b/nifi-site/Gruntfile.js @@ -13,7 +13,7 @@ module.exports = function (grunt) { options: { force: true }, - js: ['dist/js/'], + js: ['dist/js/*'], css: ['dist/css/'], assets: ['dist/assets/*'], generated: ['dist/docs'],
