diff options
| author | jules <jules@okfoc.us> | 2013-12-17 14:05:10 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2013-12-17 14:05:10 -0500 |
| commit | 1af02407044e53bc6100a45ff6d31cf8cd22f439 (patch) | |
| tree | 8e53893d3b822650398e5594ae62dee798200b57 | |
| parent | faf61060be1bed61b7ea9543b831e02be14a489e (diff) | |
bla
| -rw-r--r-- | Gruntfile.js | 7 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 7 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', diff --git a/package.json b/package.json index ccaf174..8aa641a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "okfocus.github.io", + "name": "dither", "version": "0.0.4", "devDependencies": { "grunt": "~0.4.1", |
