From bba4d81629d0a7519a02f719f14d10a7996c9063 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Wed, 28 Dec 2016 17:53:34 -0200 Subject: Remove requirejs compilation taks and options --- web-ui/config/buildoptions.js | 27 --------------------------- web-ui/package.json | 1 - 2 files changed, 28 deletions(-) delete mode 100644 web-ui/config/buildoptions.js diff --git a/web-ui/config/buildoptions.js b/web-ui/config/buildoptions.js deleted file mode 100644 index 63c91653..00000000 --- a/web-ui/config/buildoptions.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (c) 2014 ThoughtWorks, Inc. - * - * Pixelated is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Pixelated is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with Pixelated. If not, see . - */ - -({ - baseUrl: '../app', - wrap: true, - almond: true, - optimize: 'none', - mainConfigFile: '../app/js/main.js', - out: '../.tmp/app.concatenated.js', - include: ['js/main'], - name: 'bower_components/almond/almond' -}) diff --git a/web-ui/package.json b/web-ui/package.json index 6405102b..de6759fb 100644 --- a/web-ui/package.json +++ b/web-ui/package.json @@ -61,7 +61,6 @@ "build-js": "webpack --colors --progress", "jshint": "jshint --config=.jshintrc app test", "clean": "rm -rf 'dist/*' app/js/generated/hbs/* app/css/*", - "buildmain": "node_modules/requirejs/bin/r.js -o config/buildoptions.js", "package": "/bin/bash config/package.sh", "imagemin": "node config/imagemin.js", "minify_sandbox": "html-minifier app/sandbox.html --collapse-whitespace | sed 's|.*||' > dist/sandbox.html", -- cgit v1.2.3