diff --git a/Combine.bat b/Combine.bat deleted file mode 100644 index d05ecf2..0000000 --- a/Combine.bat +++ /dev/null @@ -1,2 +0,0 @@ -@ECHO OFF -COPY /B /Y .\src\Header.js + .\src\Cache.js + .\src\Config.js + .\src\Data.js + .\src\Disp.js + .\src\Main.js + .\src\Sim.js + .\src\Footer.js CookieMonster.js \ No newline at end of file diff --git a/Combine.sh b/Combine.sh deleted file mode 100755 index be41216..0000000 --- a/Combine.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -cat ./src/Header.js ./src/Cache.js ./src/Config.js ./src/Data.js ./src/Disp.js ./src/Main.js ./src/Sim.js ./src/Footer.js > CookieMonster.js diff --git a/README.md b/README.md index ff2a432..30ee209 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,12 @@ If the bug is still here, you can submit an issue for it. Please do so by using All suggestions are welcome, even the smallest ones. +## Contributing + +To contribute you can fork and clone the repository and run `npm install`. + +Please also remember to run `npm run build` after saving all your changes to build the final `CookieMonster.js` file. + ## Contributors * **[Raving_Kumquat](https://cookieclicker.wikia.com/wiki/User:Raving_Kumquat)**: Original author