]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix docs:debug Gulp task not working properly
authorGeoff Kimball <geoff@zurb.com>
Fri, 26 Feb 2016 00:13:17 +0000 (16:13 -0800)
committerGeoff Kimball <geoff@zurb.com>
Fri, 26 Feb 2016 00:13:40 +0000 (16:13 -0800)
gulp/docs.js

index 6fc37b350281f1750693ad74470c3c56c4c3304d..7db0efcc4a94ee59dfcde2f8b0aeb69b19a8427c 100644 (file)
@@ -70,7 +70,7 @@ function buildSearch() {
   supercollider.buildSearch('_build/data/search.json', function() {});
 }
 
-gulp.task('docs:debug', ['docs'], function(cb) {
+gulp.task('docs:debug', ['docs:all'], function(cb) {
   var output = JSON.stringify(supercollider.tree, null, '  ');
   require('fs').writeFile('./_debug.json', output, cb);
 });