Using the instruction from the readme I get:
vambo@vambo-ZBook:~/proj/loopgifs$ jspm bundle-sfx --minify lib/main
Building the single-file sfx bundle for lib/main...
err Error on fetch for app/main at file:///home/vambo/proj/loopgifs/lib/main
Error: ENOENT: no such file or directory, open '/home/vambo/proj/loopgifs/lib/main'
at Error (native)
It seems this can be fixed by removing the following path configuration from config.js:
app/*": "lib/*.js",
Using the instruction from the readme I get:
It seems this can be fixed by removing the following path configuration from config.js:
app/*": "lib/*.js",