remove leading slash in Gruntfile.js by running updateGruntfile.php

This commit is contained in:
Ralf Becker 2016-06-07 08:58:07 +02:00
parent 8a57ca1c35
commit 37d3e8da3e

View File

@ -132,7 +132,6 @@ module.exports = function (grunt) {
"api/js/etemplate/et2_widget_entry.js",
"api/js/etemplate/et2_widget_textbox.js",
"api/js/etemplate/et2_widget_number.js",
"api/js/jquery/jquery.base64.js",
"api/js/etemplate/et2_widget_url.js",
"api/js/etemplate/et2_widget_selectbox.js",
"api/js/etemplate/et2_widget_checkbox.js",
@ -153,7 +152,7 @@ module.exports = function (grunt) {
"api/js/etemplate/et2_dataview_interfaces.js",
"api/js/etemplate/et2_dataview_view_container.js",
"api/js/etemplate/et2_dataview_view_row.js",
"/vendor/bower-asset/jquery-touchswipe/jquery.touchSwipe.js",
"vendor/bower-asset/jquery-touchswipe/jquery.touchSwipe.js",
"api/js/etemplate/et2_dataview_view_aoi.js",
"api/js/etemplate/et2_dataview_controller_selection.js",
"api/js/etemplate/et2_dataview_controller.js",
@ -234,7 +233,7 @@ module.exports = function (grunt) {
mobile: {
files: {
"pixelegg/js/fw_mobile.min.js": [
"/vendor/bower-asset/fastclick/lib/fastclick.js",
"vendor/bower-asset/fastclick/lib/fastclick.js",
"api/js/framework/fw_base.js",
"api/js/framework/fw_browser.js",
"api/js/jquery/mousewheel/mousewheel.js",