I have a question about DEV_README
I understand uglify-js is needed to compile the js files you have, but I'm unsure what make is referring to. Is this related to the Makefile ?
I got the build process to run using the command ./Makefile on Git Bash on Windows 10, but I can't specify whether I want to run concat or setup.
Hello,
I have a question about
DEV_README
I understanduglify-js
is needed to compile the js files you have, but I'm unsure whatmake
is referring to. Is this related to theMakefile
? I got the build process to run using the command./Makefile
on Git Bash on Windows 10, but I can't specify whether I want to runconcat
orsetup
.