remove the html color, and /themes doesn't exist anymore

This commit is contained in:
Jon Rohan 2013-01-21 18:38:00 -08:00
parent c0c79b2d7f
commit 42808ac9ae
4 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,6 @@
html, body {
font: caption;
background-color: #333333;
}
#root-view {

View File

@ -9,7 +9,6 @@ cp -R ../../src $INSTALLDIR
cp -R ../../static $INSTALLDIR
cp -R ../../vendor $INSTALLDIR
cp -R ../../bundles $INSTALLDIR
cp -R ../../themes $INSTALLDIR
mkdir -p $INSTALLDIR/native/v8_extensions
cp -t $INSTALLDIR/native/v8_extensions ../v8_extensions/*.js
coffee -c -o $INSTALLDIR/src/stdlib ../../src/stdlib/require.coffee

View File

@ -42,4 +42,4 @@ for CSON_FILE in $CSON_FILES; do
done;
# Copy non-coffee files into bundle
rsync --archive --recursive --exclude="src/**/*.coffee" --exclude="src/**/*.cson" src static vendor spec benchmark themes "$RESOUCES_PATH"
rsync --archive --recursive --exclude="src/**/*.coffee" --exclude="src/**/*.cson" src static vendor spec benchmark "$RESOUCES_PATH"

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html style="background: #333;">
<html>
<head>
<title></title>