mirror of
https://github.com/apache/superset.git
synced 2026-04-23 18:14:56 +00:00
Fixing the python and js packaging
This commit is contained in:
@@ -9,6 +9,7 @@ require('brace/mode/css');
|
||||
require('brace/theme/crimson_editor');
|
||||
|
||||
require('./panoramix-select2.js');
|
||||
require('../node_modules/gridster/dist/jquery.gridster.min.css');
|
||||
require('../node_modules/gridster/dist/jquery.gridster.min.js');
|
||||
|
||||
var Dashboard = function (dashboardData) {
|
||||
|
||||
@@ -14,7 +14,6 @@ require('bootstrap');
|
||||
require('./panoramix-select2.js');
|
||||
|
||||
require('../node_modules/bootstrap-toggle/js/bootstrap-toggle.min.js');
|
||||
require('../vendor/select2.sortable.js');
|
||||
|
||||
// css
|
||||
require('../vendor/pygments.css');
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
var $ = window.$ = require('jquery');
|
||||
var jQuery = window.jQuery = $;
|
||||
var px = require('./modules/panoramix.js');
|
||||
|
||||
require('datatables');
|
||||
require('datatables-bootstrap3-plugin');
|
||||
require('../node_modules/datatables-bootstrap3-plugin/media/css/datatables-bootstrap3.css')
|
||||
require('bootstrap');
|
||||
|
||||
$(document).ready(function () {
|
||||
|
||||
@@ -2,6 +2,8 @@ var $ = require('jquery');
|
||||
var jQuery = $;
|
||||
var d3 = require('d3');
|
||||
|
||||
require('../../stylesheets/panoramix.css');
|
||||
|
||||
// vis sources
|
||||
var sourceMap = {
|
||||
area: 'nvd3_vis.js',
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
require('../node_modules/select2/select2.css');
|
||||
require('../node_modules/select2-bootstrap-css/select2-bootstrap.min.css');
|
||||
require('../node_modules/jquery-ui/themes/base/jquery-ui.css')
|
||||
require('select2');
|
||||
require('../vendor/select2.sortable.js');
|
||||
|
||||
Reference in New Issue
Block a user