Commit c65eee9e authored by JC Brand's avatar JC Brand

Use almond.js via npm (instead of bower)

parent 4a2048ba
......@@ -10,7 +10,6 @@
"dependencies": {
"requirejs": "~2.2.0",
"crypto-js-evanvosberg": "https://github.com/evanvosberg/crypto-js.git#release-3.1.2-5",
"almond": "~0.3.1",
"requirejs-text": "~2.0.14",
"requirejs-tpl-jcbrand": "*",
"bootstrap": "~3.2.0",
......
({
baseUrl: "../",
name: "components/almond/almond.js",
name: "node_modules/almond/almond.js",
out: "../dist/converse-mobile.min.js",
mainConfigFile: '../config.js',
excludeShallow: [
......
({
baseUrl: "../",
name: "components/almond/almond.js",
name: "node_modules/almond/almond.js",
out: "../dist/converse-no-dependencies.min.js",
include: ['converse'],
excludeShallow: [
......
({
baseUrl: "../",
name: "components/almond/almond.js",
name: "node_modules/almond/almond.js",
out: "../dist/converse.nojquery.min.js",
include: ['converse'],
exclude: ['jquery', 'jquery-private'],
......
({
baseUrl: "../",
name: "components/almond/almond.js",
name: "node_modules/almond/almond.js",
out: "../dist/converse.min.js",
mainConfigFile: '../config.js',
include: ['converse'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment