From 94331ada3ec93958fb7de514a69e1b57d98bd323 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 27 Nov 2020 10:04:39 +0100 Subject: [PATCH] git-ignore mix-manifest.json --- .gitignore | 2 +- build/libraries/git-skip.js | 1 - build/mix-manifest.json | 1 - concrete/mix-manifest.json | 54 ------------------------------------- 4 files changed, 1 insertion(+), 57 deletions(-) delete mode 100644 build/mix-manifest.json delete mode 100644 concrete/mix-manifest.json diff --git a/.gitignore b/.gitignore index ef416355998..cba55ef87cb 100644 --- a/.gitignore +++ b/.gitignore @@ -52,7 +52,7 @@ error_log # ignore JavaScript source maps /concrete/js/*.js.map /concrete/js/bootstrap/*.js.map -/concrete/js/mix-manifest.json +mix-manifest.json # ignore node modules used for building /build/node_modules diff --git a/build/libraries/git-skip.js b/build/libraries/git-skip.js index dcc4cacd32a..04fd6ddeaba 100644 --- a/build/libraries/git-skip.js +++ b/build/libraries/git-skip.js @@ -85,7 +85,6 @@ function getSkippablePaths() 'themes/dashboard/main.js', 'themes/elemental/main.js', 'themes/elemental/main.css', - 'mix-manifest.json', ].concat( listCopiedFiles(path.join(fsUtil.WEBROOT, 'build/node_modules/@fortawesome/fontawesome-free/webfonts'), 'css/webfonts') ).concat( diff --git a/build/mix-manifest.json b/build/mix-manifest.json deleted file mode 100644 index 0967ef424bc..00000000000 --- a/build/mix-manifest.json +++ /dev/null @@ -1 +0,0 @@ -{} diff --git a/concrete/mix-manifest.json b/concrete/mix-manifest.json deleted file mode 100644 index a2aded9781f..00000000000 --- a/concrete/mix-manifest.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "/blocks/gallery/auto.js": "/blocks/gallery/auto.js", - "/js/ckeditor/concrete.js": "/js/ckeditor/concrete.js", - "/js/cms.js": "/js/cms.js", - "/js/features/boards/frontend.js": "/js/features/boards/frontend.js", - "/js/features/calendar/frontend.js": "/js/features/calendar/frontend.js", - "/js/features/conversations/frontend.js": "/js/features/conversations/frontend.js", - "/js/features/documents/frontend.js": "/js/features/documents/frontend.js", - "/js/features/express/frontend.js": "/js/features/express/frontend.js", - "/js/features/imagery/frontend.js": "/js/features/imagery/frontend.js", - "/js/features/maps/frontend.js": "/js/features/maps/frontend.js", - "/js/features/multilingual/frontend.js": "/js/features/multilingual/frontend.js", - "/js/features/navigation/frontend.js": "/js/features/navigation/frontend.js", - "/js/fullcalendar.js": "/js/fullcalendar.js", - "/css/ckeditor/concrete.css": "/css/ckeditor/concrete.css", - "/css/tui-image-editor.css": "/css/tui-image-editor.css", - "/css/cms.css": "/css/cms.css", - "/themes/concrete/main.css": "/themes/concrete/main.css", - "/themes/elemental/main.css": "/themes/elemental/main.css", - "/themes/dashboard/main.css": "/themes/dashboard/main.css", - "/css/features/boards/frontend.css": "/css/features/boards/frontend.css", - "/css/features/navigation/frontend.css": "/css/features/navigation/frontend.css", - "/css/features/search/frontend.css": "/css/features/search/frontend.css", - "/css/features/faq/frontend.css": "/css/features/faq/frontend.css", - "/css/features/imagery/frontend.css": "/css/features/imagery/frontend.css", - "/css/features/calendar/frontend.css": "/css/features/calendar/frontend.css", - "/css/features/conversations/frontend.css": "/css/features/conversations/frontend.css", - "/css/features/documents/frontend.css": "/css/features/documents/frontend.css", - "/css/features/basics/frontend.css": "/css/features/basics/frontend.css", - "/css/features/video/frontend.css": "/css/features/video/frontend.css", - "/css/features/taxonomy/frontend.css": "/css/features/taxonomy/frontend.css", - "/css/features/express/frontend.css": "/css/features/express/frontend.css", - "/css/features/multilingual/frontend.css": "/css/features/multilingual/frontend.css", - "/css/features/maps/frontend.css": "/css/features/maps/frontend.css", - "/css/features/testimonials/frontend.css": "/css/features/testimonials/frontend.css", - "/css/features/social/frontend.css": "/css/features/social/frontend.css", - "/css/features/polls/frontend.css": "/css/features/polls/frontend.css", - "/js/tui-image-editor.js": "/js/tui-image-editor.js", - "/themes/concrete/main.js": "/themes/concrete/main.js", - "/themes/dashboard/main.js": "/themes/dashboard/main.js", - "/themes/elemental/main.js": "/themes/elemental/main.js", - "/js/vue.js": "/js/vue.js", - "/js/jquery.js": "/js/jquery.js", - "/css/fontawesome/all.css": "/css/fontawesome/all.css", - "/css/fullcalendar.css": "/css/fullcalendar.css", - "/images/icons/bedrock/sprites.svg": "/images/icons/bedrock/sprites.svg", - "/images/ui-bg_flat_0_aaaaaa_40x100.png": "/images/ui-bg_flat_0_aaaaaa_40x100.png", - "/images/ui-icons_444444_256x240.png": "/images/ui-icons_444444_256x240.png", - "/images/ui-icons_555555_256x240.png": "/images/ui-icons_555555_256x240.png", - "/images/ui-icons_777620_256x240.png": "/images/ui-icons_777620_256x240.png", - "/images/ui-icons_777777_256x240.png": "/images/ui-icons_777777_256x240.png", - "/images/ui-icons_cc0000_256x240.png": "/images/ui-icons_cc0000_256x240.png", - "/images/ui-icons_ffffff_256x240.png": "/images/ui-icons_ffffff_256x240.png" -}