Skip to content

Commit

Permalink
Remove sample application files
Browse files Browse the repository at this point in the history
  • Loading branch information
metincansiper committed Nov 28, 2016
1 parent ee2e667 commit 2e5b78f
Show file tree
Hide file tree
Showing 78 changed files with 4 additions and 5,478 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -5,5 +5,3 @@
/HTML5Application/nbproject/private/

node_modules/

sample-app/app.js
690 changes: 0 additions & 690 deletions index.html

This file was deleted.

31 changes: 4 additions & 27 deletions package.json
Expand Up @@ -3,14 +3,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-sbgnviz-js": "gulp build",
"build-app-js": "browserify sample-app/main.js -o sample-app/app.js --debug",
"watch-sampleapp-js": "nodemon -e js --watch sample-app --ignore sample-app/app.js -x \"npm run build-app-js\"",
"watch-src-js": "nodemon -e js --watch src -x \"npm run build-sbgnviz-js\"",
"watch-sbgnviz-js": "nodemon -e js --watch sbgnviz.js -x \"npm run build-app-js\"",
"watch-js": "parallelshell \"npm run watch-sampleapp-js\" \"npm run watch-src-js\" \"npm run watch-sbgnviz-js\"",
"watch-server": "nodemon server.js",
"release-build": "npm run build-sbgnviz-js && npm run build-app-js",
"debug-build": "parallelshell \"npm run watch-js\" \"npm run watch-server\""
"debug-js": "nodemon -e js --watch src -x \"npm run build-sbgnviz-js\""
},
"repository": {
"type": "git",
Expand All @@ -20,25 +13,10 @@
"url": "https://github.com/iVis-at-Bilkent/sbgnviz-js/issues"
},
"homepage": "https://github.com/iVis-at-Bilkent/sbgnviz-js/",
"dependencies": {
"express": "4.14.0",
"peer-dependencies": {
"jquery": "^2.2.4",
"qtip2": "~3.0.2",
"bootstrap": "3.3.7",
"jquery-expander": "1.7.0",
"cytoscape-panzoom": "~2.4.0",
"cytoscape-qtip": "~2.3.0",
"filesaverjs": "~0.2.2",
"backbone": "1.3.3",
"underscore": "1.8.3",
"cytoscape-for-sbgnviz": "^2.7.11.2",
"cytoscape-cose-bilkent": "latest",
"cytoscape-undo-redo": "latest",
"cytoscape-expand-collapse": "latest",
"cytoscape-clipboard": "latest",
"cytoscape-edge-bend-editing": "latest",
"cytoscape-view-utilities": "latest",
"cytoscape-context-menus": "latest"
"cytoscape-for-sbgnviz": "^2.7.11.2"
},
"devDependencies": {
"browserify": "^11.2.0",
Expand All @@ -49,7 +27,6 @@
"run-sequence": "^1.1.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"nodemon": "1.11.0",
"parallelshell": "^2.0.0"
"nodemon": "1.11.0"
}
}
Binary file removed sample-app/css/images/animated-overlay.gif
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed sample-app/css/images/ui-bg_flat_10_000000_40x100.png
Binary file not shown.
Binary file removed sample-app/css/images/ui-bg_glass_100_f6f6f6_1x400.png
Binary file not shown.
Binary file removed sample-app/css/images/ui-bg_glass_100_fdf5ce_1x400.png
Binary file not shown.
Binary file removed sample-app/css/images/ui-bg_glass_65_ffffff_1x400.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed sample-app/css/images/ui-icons_0B9BCD_256x240.png
Binary file not shown.
Binary file removed sample-app/css/images/ui-icons_1ABC9C_256x240.png
Binary file not shown.
Binary file removed sample-app/css/images/ui-icons_222222_256x240.png
Binary file not shown.
Binary file removed sample-app/css/images/ui-icons_228ef1_256x240.png
Binary file not shown.
Binary file removed sample-app/css/images/ui-icons_90B6CB_256x240.png
Binary file not shown.
Binary file removed sample-app/css/images/ui-icons_ef8c08_256x240.png
Binary file not shown.
Binary file removed sample-app/css/images/ui-icons_ffd27a_256x240.png
Binary file not shown.
Binary file removed sample-app/css/images/ui-icons_ffffff_256x240.png
Binary file not shown.

0 comments on commit 2e5b78f

Please sign in to comment.