summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2013-12-17 14:05:10 -0500
committerjules <jules@okfoc.us>2013-12-17 14:05:10 -0500
commit1af02407044e53bc6100a45ff6d31cf8cd22f439 (patch)
tree8e53893d3b822650398e5594ae62dee798200b57 /Gruntfile.js
parentfaf61060be1bed61b7ea9543b831e02be14a489e (diff)
bla
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 814a1c8..371228c 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -8,11 +8,6 @@ module.exports = function(grunt) {
src: [
'js/vendor/jquery/jquery.js',
'js/vendor/loader.js',
- 'js/vendor/okhover.js',
- 'js/vendor/tweenjs/Tween.js',
- 'js/vendor/nodoubletapzoom/jquery.nodoubletapzoom.js',
- 'js/vendor/tweenjs/src/Tween.js',
- 'js/vendor/spin.js/spin.js',
'js/mx/mx.js',
'js/mx/mx.*.js',
'js/spinner.js',
@@ -24,7 +19,7 @@ module.exports = function(grunt) {
},
uglify: {
options: {
- banner: '/* okfocus 2013 internet legends ~ https://github.com/okfocus/okfocus.github.io */\n'
+ banner: '/* asdf.us/dither */\n'
},
build: {
src: 'js/live.concat.js',