diff options
| author | Jules <jules@asdf.us> | 2014-02-02 01:18:37 -0500 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2014-02-02 01:18:37 -0500 |
| commit | 76a4f773a56eaf59953f2f7ebe027d8b0a4b3ee7 (patch) | |
| tree | 054e1a7864ae3e87088f11013d311b06de7e5435 /Gruntfile.js | |
| parent | b601a81793ebaec5c6d05e0b6e3e14916bfc3bca (diff) | |
| parent | 4e05e159ec5a9c32366884fecbb7368a8b6f9836 (diff) | |
Merge branch 'master' of lmno:dither
Conflicts:
dist/app.css
dist/app.min.js
dist/index.html
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index b4ad093..95df856 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -66,7 +66,7 @@ module.exports = function(grunt) { { nonull: true, expand: true, - src: ['instructions.html', 'img/*'], + src: ['commands.html', 'tutorial.html', 'img/*'], dest: "dist/", }, ] |
