diff options
| author | Matias Niemelä | 2013-05-16 14:55:56 -0400 |
|---|---|---|
| committer | Misko Hevery | 2013-05-20 14:27:34 -0700 |
| commit | 2f571a9c830df814902fbdda1e9240b36bb64e3e (patch) | |
| tree | 87c330af480442b4c7eb52ff8a443db192043e2c /Gruntfile.js | |
| parent | 9f4f5937112655a9881d3281da8e72035bc8b180 (diff) | |
| download | angular.js-2f571a9c830df814902fbdda1e9240b36bb64e3e.tar.bz2 | |
chore(ngdocs): move angular-bootstrap.js to be generated only inside the docs and remove from the build process
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index ac7e47b6..26fcc743 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -115,14 +115,14 @@ module.exports = function(grunt) { src: util.wrap(['src/ngCookies/cookies.js'], 'module') }, bootstrap: { - dest: 'build/angular-bootstrap.js', - src: util.wrap(['src/bootstrap/bootstrap.js'], 'module') + dest: 'build/docs/components/angular-bootstrap.js', + src: util.wrap(['docs/components/bootstrap/bootstrap.js'], 'module') }, bootstrapPrettify: { - dest: 'build/angular-bootstrap-prettify.js', - src: util.wrap(['src/bootstrap/bootstrap-prettify.js', 'src/bootstrap/google-prettify/prettify.js'], 'module'), + dest: 'build/docs/components/angular-bootstrap-prettify.js', + src: util.wrap(['docs/components/bootstrap/bootstrap-prettify.js', 'docs/components/bootstrap/google-prettify/prettify.js'], 'module'), styles: { - css: ['src/bootstrap/google-prettify/prettify.css'], + css: ['docs/components/bootstrap/google-prettify/prettify.css'], minify: true } } @@ -136,8 +136,8 @@ module.exports = function(grunt) { mobile: 'build/angular-mobile.js', resource: 'build/angular-resource.js', sanitize: 'build/angular-sanitize.js', - bootstrap: 'build/angular-bootstrap.js', - bootstrapPrettify: 'build/angular-bootstrap-prettify.js', + bootstrap: 'build/docs/components/angular-bootstrap.js', + bootstrapPrettify: 'build/docs/components/angular-bootstrap-prettify.js', }, |
