blossom
Version:
Modern, Cross-Platform Application Framework
14 lines (11 loc) • 540 B
JavaScript
// ==========================================================================
// Project: Blossom - Modern, Cross-Platform Application Framework
// Copyright: ©2012 Fohr Motion Picture Studios. All rights reserved.
// License: Licensed under the GPLv3 license (see BLOSSOM-LICENSE).
// ==========================================================================
/*globals BT require __dirname */
var path = require('path');
module.exports = BT.App.create({
frameworks: 'sproutcore'.w(),
sourceTree: path.join(__dirname, "..")
});