Skip to content

Commit

Permalink
[explorev2] using a loader to load the explorev2 specific css (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Dec 15, 2016
1 parent 6aaa49f commit 733ab80
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions superset/assets/javascripts/explorev2/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { now } from '../modules/dates';
const $ = window.$ = require('jquery'); // eslint-disable-line
const jQuery = window.jQuery = require('jquery'); // eslint-disable-line
require('bootstrap');
require('./main.css');

import { initialState } from './stores/store';

Expand Down
1 change: 0 additions & 1 deletion superset/templates/superset/explorev2.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
{% endblock %}

{% block body %}
<link rel="stylesheet" type="text/css" href="/static/assets/stylesheets/exploreV2/exploreV2.css">
<div
id="js-explore-view-container"
data-bootstrap="{{ bootstrap_data }}"
Expand Down

0 comments on commit 733ab80

Please sign in to comment.