File: build.js

package info (click to toggle)
strophejs 1.2.14%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 736 kB
  • sloc: javascript: 7,527; python: 179; makefile: 95
file content (10 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
({
    baseUrl: ".",
    name: "node_modules/almond/almond.js",
    mainConfigFile: "main.js",
    include: ["strophe"],
    wrap: {
        startFile: "src/start.frag",
        endFile: "src/end.frag"
    }
})