fnplus / footsteps-extension

The companion browser extension for footsteps.dev. The project has been moved to a new repo.
https://github.com/xlogix/footsteps-ext
GNU General Public License v3.0
4 stars 26 forks source link

Replicate the build script in JS #8

Closed arjunmahishi closed 5 years ago

arjunmahishi commented 5 years ago

Currently, we build/transpile the code using build.sh. We need to rewrite this is in JS. Because, by making it a shell script, we are binding the development of this extension to Linux. By having the script in JS, we will be able to build this is any platform that has nodeJS installed.

The JS script can make use of the browserify APIs. This script should be written in scripts/build.js.

captain-up[bot] commented 5 years ago

@arjunmahishi achieved the badge Hello World



Open your first issue

Olyno commented 5 years ago

Hi, can you assign me to this issue, please?

arjunmahishi commented 5 years ago

Thank you for your interest @Olyno, but issue is already resolved. We will be putting up more in sometime.