-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a Simple Sample that works with Webpack branch: SBML #216
Comments
For others who need to npm install this specific branch
|
var sbgnviz = require('sbgnviz');
var cytoscape = require('cytoscape-for-sbgnviz');
var jQuery = require('jQuery');
var filesaver = require('file-saver');
var tippy = require('tippy.js'); Compared tovar sbgnviz = require('sbgnviz');
var filesaverjs = require('filesaverjs');
var cytoscape = require('cytoscape');
var jQuery = $ = require('jquery');
var tippy = require('tippy.js'); |
@GeorgeS2019 You're right that https://github.com/iVis-at-Bilkent/sbgnviz.js-sample-app is quite old and we didn't maintain it for a long time. I think you want to use SBML branch on that sample app. However, SBML branch which aims to add SBML support is still under development, in other words it is not fully functional yet. After we finished the development in that branch, we may consider to update the sample app so that it supports the features that will come with SBML branch. |
@GeorgeS2019 You should be able webpack |
@hasanbalci Sorry, today I was outside so I could not clearly explain. I only have problem when trying Individually, there is no problem with the sbml branch (Webpack). It is only trying to build bundle with the following combination.
|
https://github.com/iVis-at-Bilkent/sbgnviz.js-sample-app
This is really old and does not reflect the latest switch to the SBML branch based on webpack and babel-loader
The text was updated successfully, but these errors were encountered: