You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
isso/isso/js/build.embed.js

13 lines
234 B

({
baseUrl: ".",
mainConfigFile: 'config.js',
stubModules: ['text', 'jade'],
name: "components/almond/almond",
include: ['embed'],
out: "embed.min.js",
optimizeAllPluginResources: true,
wrap: true
})