Files
nexe/lib
borislav nikolov de531ba750 add nodeConfigureArgs and nodeMakeArgs from package.json
example:

        "runtime": {
            "framework": "nodejs",
            "version": "5.0.0",
            "ignoreFlags": true,
            "nodeConfigureArgs": ["--fully-static"],
            "nodeMakeArgs": ["-j","4"]
        }

there is no check if those flags change, which means
if they are changed you must rm -rf the temp directory

will probably push a commit that writes a checksum of them
in the node temp directory so it knows when it is invalid
2015-11-05 15:13:58 +01:00
..