summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js8
1 files changed, 2 insertions, 6 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 972e303..6fd1978 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -69,13 +69,9 @@ module.exports = function(grunt) {
}
},
command : {
- make_images_md: {
+ build: {
type: 'shell',
- cmd: 'php images.php md'
- },
- make_index_html: {
- type: 'shell',
- cmd: 'php index.php > index.html'
+ cmd: './build.sh'
}
}
});