use files from new build_support directory

This commit is contained in:
Kevin Dangoor 2011-01-12 15:52:51 -05:00
commit 3210edda92
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View file

@ -13,3 +13,4 @@
# A handy place to put stuff that git should ignore:
/ignore/
build/

View file

@ -118,15 +118,22 @@ copy({
var data = copy.createDataObject();
copy({
source: [
'demo/mini_require.js',
'build_support/mini_require.js',
pilot,
// cockpit,
ace,
'demo/build_boot.js'
'build_support/boot.js'
],
dest: data
});
copy({
source: [
'build_support/editor.html'
],
dest: 'build/editor.html'
});
// Create the compressed and uncompressed output files
copy({
source: data,