Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #385 from LinuxBozo/milestone11
Browse files Browse the repository at this point in the history
Make sure markdown task runs before other dist tasks
  • Loading branch information
poorgeek committed Apr 29, 2015
2 parents 7751dbe + f052c9b commit daae20d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ module.exports = function (grunt) {
'jscs',
'jshint',
'replace:' + env,
'markdown:help',
'browserify:dist',
'ngAnnotate:dist',
'less:dist',
Expand All @@ -633,8 +634,7 @@ module.exports = function (grunt) {
'uglify',
'filerev',
'usemin',
'htmlmin',
'markdown:help'
'htmlmin'
]);
});

Expand Down

0 comments on commit daae20d

Please sign in to comment.