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 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 web-ui/config/buildoptions.js (limited to 'web-ui/config') 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' -}) -- cgit v1.2.3