Configure path for almond.js
This commit is contained in:
parent
d507184731
commit
7a428f4dc8
@ -14,6 +14,7 @@ if (typeof(require) === 'undefined') {
|
||||
require.config({
|
||||
baseUrl: '.',
|
||||
paths: {
|
||||
"almond": "node_modules/almond/almond",
|
||||
"backbone": "node_modules/backbone/backbone",
|
||||
"backbone.browserStorage": "node_modules/backbone.browserStorage/backbone.browserStorage",
|
||||
"backbone.overview": "node_modules/backbone.overview/backbone.overview",
|
||||
|
@ -1,6 +1,6 @@
|
||||
({
|
||||
baseUrl: "../",
|
||||
name: "node_modules/almond/almond.js",
|
||||
name: "almond",
|
||||
out: "../dist/converse-mobile.min.js",
|
||||
mainConfigFile: '../config.js',
|
||||
excludeShallow: [
|
||||
|
@ -1,6 +1,6 @@
|
||||
({
|
||||
baseUrl: "../",
|
||||
name: "node_modules/almond/almond.js",
|
||||
name: "almond",
|
||||
out: "../dist/converse-no-dependencies.min.js",
|
||||
include: ['converse'],
|
||||
excludeShallow: [
|
||||
|
@ -1,6 +1,6 @@
|
||||
({
|
||||
baseUrl: "../",
|
||||
name: "node_modules/almond/almond.js",
|
||||
name: "almond",
|
||||
out: "../dist/converse.nojquery.min.js",
|
||||
include: ['converse'],
|
||||
exclude: ['jquery', 'jquery-private'],
|
||||
|
@ -1,6 +1,6 @@
|
||||
({
|
||||
baseUrl: "../",
|
||||
name: "node_modules/almond/almond.js",
|
||||
name: "almond",
|
||||
out: "../dist/converse.min.js",
|
||||
mainConfigFile: '../config.js',
|
||||
include: ['converse'],
|
||||
|
Loading…
Reference in New Issue
Block a user