~holger-seelig/cobweb.js/trunk

« back to all changes in this revision

Viewing changes to require.build.min.js

  • Committer: Holger Seelig
  • Date: 2017-08-22 04:53:24 UTC
  • Revision ID: holger.seelig@yahoo.de-20170822045324-4of4xxgt79669gbt
Switched to npm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
({
 
3
        "baseUrl": "src",
 
4
        "name": "cobweb",
 
5
        "out": "dist/cobweb.min.js",
 
6
        "optimize": "uglify2",
 
7
        "mainConfigFile": "src/require.config.js",
 
8
        "include": [
 
9
                "../node_modules/requirejs/require.js"
 
10
        ]
 
11
})