Cleaned up project root.

This commit is contained in:
Keivan Beigi 2015-08-02 22:22:22 -07:00
parent 2d968a725c
commit c56cf8860e
16 changed files with 146 additions and 788 deletions

View file

@ -3,10 +3,10 @@
// gulp --phantom
var phantom = false;
process.argv.forEach(function (val, index, array) {
if (val === '--phantom') {
phantom = true;
}
process.argv.forEach(function(val, index, array) {
if (val === '--phantom') {
phantom = true;
}
});
console.log('Phantom:', phantom);