Skip to content

Commit e7de1bd

Browse files
committed
merge retire.js hakimel#1473
2 parents 9639b53 + 7621e10 commit e7de1bd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Gruntfile.js

+7
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ module.exports = function(grunt) {
134134
options: {
135135
livereload: true
136136
}
137+
},
138+
139+
retire: {
140+
js: ['js/reveal.js', 'lib/js/*.js', 'plugin/**/*.js'],
141+
node: ['.'],
142+
options: {}
137143
}
138144

139145
});
@@ -148,6 +154,7 @@ module.exports = function(grunt) {
148154
grunt.loadNpmTasks( 'grunt-contrib-connect' );
149155
grunt.loadNpmTasks( 'grunt-autoprefixer' );
150156
grunt.loadNpmTasks( 'grunt-zip' );
157+
grunt.loadNpmTasks( 'grunt-retire' );
151158

152159
// Default task
153160
grunt.registerTask( 'default', [ 'css', 'js' ] );

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"grunt-contrib-uglify": "~0.9.2",
3838
"grunt-contrib-watch": "~0.6.1",
3939
"grunt-sass": "~1.1.0-beta",
40+
"grunt-retire": "~0.3.10",
4041
"grunt-zip": "~0.17.1",
4142
"node-sass": "~3.3.3"
4243
},

0 commit comments

Comments
 (0)