From f052c9b3ff7290dad708d4aa6311127d8851645a Mon Sep 17 00:00:00 2001 From: "M. Adam Kendall" Date: Wed, 29 Apr 2015 17:47:08 -0400 Subject: [PATCH] Make sure markdown process runs before copy:dist --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 24bb2d1..6383f70 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -622,6 +622,7 @@ module.exports = function (grunt) { 'jscs', 'jshint', 'replace:' + env, + 'markdown:help', 'browserify:dist', 'ngAnnotate:dist', 'less:dist', @@ -633,8 +634,7 @@ module.exports = function (grunt) { 'uglify', 'filerev', 'usemin', - 'htmlmin', - 'markdown:help' + 'htmlmin' ]); });