summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-02-02 01:17:24 -0500
committerjules <jules@okfoc.us>2014-02-02 01:17:24 -0500
commit4e05e159ec5a9c32366884fecbb7368a8b6f9836 (patch)
tree28f8835b593dab60018df0b7f980425059249fbe /Gruntfile.js
parent5c6425a39bb3603dafa2b609c5930d9afe9257d8 (diff)
grunt
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 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/",
},
]