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

Commit

Permalink
chore(gruntfile): cleaner docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Jan 21, 2014
1 parent d4a6424 commit 944b8d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,8 @@ module.exports = function (grunt) {
options: {
module: function(src) { return 'mgcrea.ngStrap.' + src.match(/src\/(.+)\/.*/)[1]; },
url: function(url) { return url.replace('src/', ''); },
htmlmin: { collapseWhitespace: true }
htmlmin: { collapseWhitespace: true },
usemin: 'scripts/angular-strap.tpl.min.js' // docs
},
files: [{
expand: true,
Expand All @@ -406,7 +407,6 @@ module.exports = function (grunt) {
module: function(src) { return 'mgcrea.ngStrap.' + src.match(/src\/(.+)\/.*/)[1]; },
url: function(url) { return url.replace('src/', ''); },
htmlmin: { collapseWhitespace: true },
usemin: 'scripts/angular-strap.tpl.min.js' // docs
},
files: [{
expand: true,
Expand Down Expand Up @@ -524,7 +524,7 @@ module.exports = function (grunt) {
'less:docs',
'autoprefixer',
'nginclude:docs',
'ngtemplates:dist',
'ngtemplates:test',
'ngtemplates:docs',
'concat:generated',
'ngmin:docs',
Expand Down

0 comments on commit 944b8d2

Please sign in to comment.