forked from ZEPL/zeppelin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched to bower to pull highlight.js, dynamic switching of style in…
… notebook setting - bower highlight.js package is no good, even when forced to pull latest release, and is not supported (highlightjs/highlight.js#182) - fortunately someone has done the work to folk and create a different package (highlight.js vs highlightjs) - add switching of style through a dropdown in notebook setting - apply immediately to visualize change, revert if not save - add fetching list of style .css - change style by updating stylesheet link - grunt changes to copy highlightjs css and to run cssmin (+ also for looknfeel/*.css) - stylesheets need to remain individual links, on the right path, to switch so they have a separate steps to copy and cssmin without being concat'd - get wiredep to exclude default.css from the bower package since they are handled separately and have different path (not under bower_components when in yeoman.dist) - small change to md exception handling from cr feedback Possible issue? Sometimes the setting panel shows up without the correct style name selected, need to track down the repro steps still.
- Loading branch information
1 parent
8ebe476
commit 9764e72
Showing
7 changed files
with
133 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters