From 1021979d98ebcf36f3d7c4aef507b61fc8f5f291 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 1 Apr 2014 16:53:14 -0700 Subject: [PATCH] Don't bundle pegjs examples --- build/tasks/build-task.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/build/tasks/build-task.coffee b/build/tasks/build-task.coffee index 46df41855..e4ff2578c 100644 --- a/build/tasks/build-task.coffee +++ b/build/tasks/build-task.coffee @@ -47,6 +47,7 @@ module.exports = (grunt) -> path.join('less', 'test') path.join('bootstrap', 'docs') path.join('bootstrap', 'examples') + path.join('pegjs', 'examples') # Add .* to avoid matching hunspell_dictionaries. path.join('spellchecker', 'vendor', 'hunspell', '.*') path.join('xmldom', 'test')