summaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-07-28 18:24:28 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-07-28 18:24:28 -0400
commit14c97a9705aa519738a0e34056835a6e02ff0fbc (patch)
treea114aaf879acd5c99b32bdd05359692171bd9ad3 /Gruntfile.js
parent51e8a3a4f8e01876c964b237adab2eebc50650e1 (diff)
downloadjQuery-Timepicker-Addon-14c97a9705aa519738a0e34056835a6e02ff0fbc.zip
jQuery-Timepicker-Addon-14c97a9705aa519738a0e34056835a6e02ff0fbc.tar.gz
jQuery-Timepicker-Addon-14c97a9705aa519738a0e34056835a6e02ff0fbc.tar.bz2
breaks down docs in src
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js8
1 files changed, 3 insertions, 5 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index ffbc588..2b5afa1 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -18,7 +18,7 @@ module.exports = function(grunt) {
copy: {
dist: {
files: [
- { src: 'src/index.html', dest: 'dist/index.html' },
+ //{ src: 'src/index.html', dest: 'dist/index.html' },
{ src: 'src/<%= pkg.name %>.css', dest: 'dist/<%= pkg.name %>.css' },
{ src: 'src/i18n/jquery-ui-timepicker-*.js', dest: 'dist/i18n/', expand:true, flatten: true },
]
@@ -32,21 +32,19 @@ module.exports = function(grunt) {
},
src: ['src/<%= pkg.name %>.js'],
dest: 'dist/<%= pkg.name %>.js'
- }/*,
+ },
docs: {
src: [
'src/docs/header.html',
'src/docs/intro.html',
'src/docs/options.html',
- 'src/docs/methods.html',
- 'src/docs/events.html',
'src/docs/formatting.html',
'src/docs/i18n.html',
'src/docs/examples.html',
'src/docs/footer.html'
],
dest: 'dist/index.html'
- }*/
+ }
},
uglify: {
options: {