summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 5be03fa..82a32c5 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -56,7 +56,7 @@ module.exports = function(grunt) {
lightbox_js: {
expand: true,
flatten: true,
- src: ['bower_components/touch-imagelightbox/dist/touch-imagelightbox.js'],
+ src: ['bower_components/touch-imagelightbox/dist/touch-imagelightbox.min.js'],
dest: './',
filter: 'isFile'
},