mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
14 lines
201 B
JavaScript
14 lines
201 B
JavaScript
/**
|
|
* Created by stryker on 2014.03.23..
|
|
*/
|
|
/*
|
|
* Build script
|
|
* To use: npm install -g require.js
|
|
* r.js -o built.js
|
|
* */
|
|
|
|
({
|
|
baseUrl: ".",
|
|
name: "main",
|
|
out: "built/main-built.js"
|
|
}) |