Skip to content

Commit

Permalink
wheel.js changed to wheel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkshireKev committed Sep 1, 2015
1 parent 2e04b65 commit 9594c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ module.exports = function (grunt) {
src: './css/style.css',
dest: './gh-pages/css/style.css'
}, {
src: './js/wheel.js',
dest: './gh-pages/js/wheel.js'
src: './js/wheel.json',
dest: './gh-pages/js/wheel.json'
}, {
src: './js/stats.min.js',
dest: './gh-pages/js/stats.min.js'
Expand Down

0 comments on commit 9594c63

Please sign in to comment.