1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-02 12:41:30 +00:00

no really, fixed the build

This commit is contained in:
Steven Hugg 2021-08-09 12:09:44 -05:00
parent f472bc99ee
commit 3b21a23336

View File

@ -12,7 +12,7 @@ prepare: buildtsc
cp node_modules/jquery/dist/jquery.min.js ./jquery/
cp -r node_modules/bootstrap/dist/* ./bootstrap/
cp node_modules/bootstrap-tourist/*.css node_modules/bootstrap-tourist/*.js ./lib/
cp ./unicorn.js/demos/externals/capstone-arm.min.js ./lib/
#cp ./unicorn.js/demos/externals/capstone-arm.min.js ./lib/
cp gif.js/dist/* ./lib/
cd jsnes && npm i