Skip to content

Instantly share code, notes, and snippets.

@felixfbecker
Last active April 21, 2021 02:34
Show Gist options
  • Save felixfbecker/a1349c38709b44fd91760b6c9876f9e0 to your computer and use it in GitHub Desktop.
Save felixfbecker/a1349c38709b44fd91760b6c9876f9e0 to your computer and use it in GitHub Desktop.
{
"version": 3,
"sources": [
"node_modules/browser-pack/_prelude.js",
"node_modules/angular-animate/angular-animate.js",
"node_modules/angular-animate/index.js",
...
"node_modules/angular/angular.js",
"node_modules/angular/index.js",
"node_modules/javascript-natural-sort/naturalSort.js",
"node_modules/lodash/xor.js",
"node_modules/thenby/thenBy.module.js",
"src/app.js",
"src/bootstrap.js",
"src/eplan/eplan.js",
"src/navigation.js",
"src/vplan/vplan.js"
],
"names": [],
"mappings": ...,
"file": "bundle.js",
"sourceRoot": "file:///c:/Users/felix/git/projekte/oegym/app",
"sourcesContent": [...]
}
C:\Users\felix\git\projekte\oegym\app
|--build
| |--assets
| |--eplan
| |--vplan
| |--app.css
| |--app.css.map
| |--bundle.js
| |--bundle.js.map
| \--index.html
|--node_modules
| |-- ...
|--src
| |--assets
| |--eplan
| |--vplan
| |--app.js
| |--app.less
| |--bootstrap.js
| |--common.less
| |--index.html
| \--navigation.js
|--.editorconfig
|--.eslintrc.json
|--.gitignore
|--.htmlhintrc
|--gulpfile.js
|--jsconfig.json
|--package.json
|--README.md
\--typings.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment