DEV Community

Cover image for an ABC for dev's and webdev's
Clive Da
Clive Da

Posted on

an ABC for dev's and webdev's

I'm sure everyone has seen Glengarry_Glen_Ross so i guess the motto for devs should Always Be Cloning or should that be Always Be Forking !

todays 'task' was to generate a desktop side rendering (DSR) app to compress (uglify) some HTML & CSS that could be served from github to fast.io

after searching github for a bit i managed to fork an existing project that almost did what i wanted and as promised in earlier posts you can see the results here
https://github.com/osde8info/osde8info-node-jest
and here
https://osde8info.imfast.io/

if you clone/fork it make sure to login to fast.io and set the ROOT dir to /bundler/test_data/dist otherwise you will see nothing

all i need to do now is work out how to fix these JS bugs

Content Security Policy: Ignoring “'unsafe-inline'” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “https:” within script-src: ‘strict-dynamic’ specified
Content Security Policy: Ignoring “http:” within script-src: ‘strict-dynamic’ specified

Top comments (0)