8 Commits (25960f100b7a68f1d3009a9fcf16999d9e6780d2)
 

Author SHA1 Message Date
Peery 25960f100b Added compilation tasks to Gruntfile.js
Added tasks to flatten the folder structure and rename the files and requires() accordingly.
Also added a task to insert a version.js with a global version variable as well as time-grunt to show the time it takes.
2 years ago
Peery b31b4b9a67 Added initial Gruntfile.js
Added a gruntfile to compile into dist/ and uses a credentials file (.credentials.json)
2 years ago
Peery 932e738d70 Added sample credentials file
Added a sample file for the credentials file used by Gruntfile.js
2 years ago
Peery 2698f321af Added credential file to gitignore 2 years ago
Peery 0a284f7c75 Changed grunt to be devDependencies
Changed grunt to be a dependency only for development.
2 years ago
Peery 445b0449dd Added Dependencies
Added the first package.json and its lock file. Currently they only include grunt (a task runner) and auto completion/linting packages for screeps.
2 years ago
Peery 487476d748 Added gitignore
Added gitignore file with node_modules folder listed
2 years ago
Peery af90db7985 Initial Commit
Very basic main.js which only prints all available spawns into the console
2 years ago