diff --git a/Dockerfile b/Dockerfile index 05093f22..7631b064 100644 --- a/Dockerfile +++ b/Dockerfile @@ -93,7 +93,8 @@ RUN mkdir -p /out \ --exclude=.editorconfig --exclude=phpunit.xml \ --exclude=.travis.yml --exclude=composer.lock --exclude=.styleci.yml \ --exclude=Makefile --exclude=.gitkeep --exclude=test \ - artisan app build config database vendor public resources routes stubs bootstrap storage composer.json \ + --exclude=resources/shop \ + artisan app config database vendor public resources routes stubs bootstrap storage composer.json \ && xz -T0 -9e /out/app.tar \ && mv /out/app.tar.xz /out/opensem-prod.tar.xz diff --git a/Gruntfile.js b/Gruntfile.js index 1bfef95c..08b586a1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,8 +19,8 @@ var jsSite = [ jsBootstrap, 'node_modules/jquery-serializejson/jquery.serializejson.min.js', 'node_modules/currency.js/dist/currency.min.js', - 'build/js/plugins/smooth_products/js/smoothproducts.min.js', - 'build/js/site.js', + 'resources/shop/js/plugins/smooth_products/js/smoothproducts.min.js', + 'resources/shop/js/site.js', ] var cssSite = [ @@ -28,8 +28,8 @@ var cssSite = [ 'node_modules/@fortawesome/fontawesome-free/css/all.min.css', 'node_modules/animate.css/animate.min.css', 'node_modules/icheck-bootstrap/icheck-bootstrap.min.css', - 'build/js/plugins/smooth_products/css/smoothproducts.css', - 'build/css/site.css', + 'resources/shop/js/plugins/smooth_products/css/smoothproducts.css', + 'resources/shop/css/site.css', ] var jsAdminLTE = [ @@ -41,15 +41,15 @@ var jsAdminLTE = [ ] var jsCoreInclude = [ - 'build/js/include/core/objectLength.js', - 'build/js/include/core/url.js', - 'build/js/include/core/user.js', - 'build/js/include/form/radio.js', - 'build/js/include/form/upload.js', - 'build/js/include/form/validator.js', - 'build/js/include/layout/animate.js', - 'build/js/include/layout/scroll.js', - 'build/js/include/layout/tooltip.js', + 'resources/shop/js/include/core/objectLength.js', + 'resources/shop/js/include/core/url.js', + 'resources/shop/js/include/core/user.js', + 'resources/shop/js/include/form/radio.js', + 'resources/shop/js/include/form/upload.js', + 'resources/shop/js/include/form/validator.js', + 'resources/shop/js/include/layout/animate.js', + 'resources/shop/js/include/layout/scroll.js', + 'resources/shop/js/include/layout/tooltip.js', ] var jsBundle = [ @@ -84,7 +84,7 @@ var jsMain = [ var cssPrint = [ // 'node_modules/bootstrap/dist/css/bootstrap.min.css', 'cssIcons', - 'build/print.css' + 'resources/shop/print.css' ] var cssBundle = [ @@ -109,7 +109,7 @@ var cssIcons = [ var cssMain = [ cssBundle, cssIcons, - 'build/css/main.css', + 'resources/shop/css/main.css', ] var jsDataTables = [ @@ -251,31 +251,31 @@ module.exports = function(grunt) { }, { expand: true, - cwd: 'build/fonts', + cwd: 'resources/shop/fonts', src: ['**'], dest: 'public/fonts/' }, { expand: true, - cwd: 'build/img', + cwd: 'resources/shop/img', src: ['**'], dest: 'public/img/' }, { expand: true, - cwd: 'build/lang', + cwd: 'resources/shop/lang', src: ['**'], dest: 'public/assets/lang/' }, { expand: true, - cwd: 'build/plugins', + cwd: 'resources/shop/plugins', src: ['**'], dest: 'public/assets/plugins/' }, { expand: true, - cwd: 'build/assets/tpl', + cwd: 'resources/shop/assets/tpl', src: ['**'], dest: 'public/assets/tpl/' }, @@ -395,7 +395,7 @@ module.exports = function(grunt) { }, { expand: true, - cwd: 'build/plugins/pdfjs/', + cwd: 'resources/shop/plugins/pdfjs/', src: ['**'], dest: 'public/assets/plugins/pdfjs', }, @@ -461,7 +461,7 @@ module.exports = function(grunt) { }, { expand: true, - cwd: 'build/js/include/plugins/datatables_lang/', + cwd: 'resources/shop/js/include/plugins/datatables_lang/', src: ['*.json'], dest: 'public/assets/plugins/datatables_lang', }, @@ -539,7 +539,7 @@ module.exports = function(grunt) { }, { expand: true, - cwd: 'build/js/include/', + cwd: 'resources/shop/js/include/', src: ['boilerplate.js'], dest: 'public/assets/plugins', }, @@ -548,7 +548,7 @@ module.exports = function(grunt) { }, watch: { dist: { - files: ['build/js/*', 'build/css/*'], + files: ['resources/shop/js/*', 'resources/shop/css/*'], // tasks: ['concat', 'copy'] tasks: ['concat'] } diff --git a/resources/shop/assets/tpl/.gitkeep b/resources/shop/assets/tpl/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/build/css/main.css b/resources/shop/css/main.css similarity index 100% rename from build/css/main.css rename to resources/shop/css/main.css diff --git a/build/css/shadow.css b/resources/shop/css/shadow.css similarity index 100% rename from build/css/shadow.css rename to resources/shop/css/shadow.css diff --git a/build/css/site.css b/resources/shop/css/site.css similarity index 100% rename from build/css/site.css rename to resources/shop/css/site.css diff --git a/build/fonts/notosans-condensed/notosans-condensed-webfont.eot b/resources/shop/fonts/notosans-condensed/notosans-condensed-webfont.eot similarity index 100% rename from build/fonts/notosans-condensed/notosans-condensed-webfont.eot rename to resources/shop/fonts/notosans-condensed/notosans-condensed-webfont.eot diff --git a/build/fonts/notosans-condensed/notosans-condensed-webfont.svg b/resources/shop/fonts/notosans-condensed/notosans-condensed-webfont.svg similarity index 100% rename from build/fonts/notosans-condensed/notosans-condensed-webfont.svg rename to resources/shop/fonts/notosans-condensed/notosans-condensed-webfont.svg diff --git a/build/fonts/notosans-condensed/notosans-condensed-webfont.ttf b/resources/shop/fonts/notosans-condensed/notosans-condensed-webfont.ttf similarity index 100% rename from build/fonts/notosans-condensed/notosans-condensed-webfont.ttf rename to resources/shop/fonts/notosans-condensed/notosans-condensed-webfont.ttf diff --git a/build/fonts/notosans-condensed/notosans-condensed-webfont.woff b/resources/shop/fonts/notosans-condensed/notosans-condensed-webfont.woff similarity index 100% rename from build/fonts/notosans-condensed/notosans-condensed-webfont.woff rename to resources/shop/fonts/notosans-condensed/notosans-condensed-webfont.woff diff --git a/build/fonts/notosans-condensed/notosans-condensed-webfont.woff2 b/resources/shop/fonts/notosans-condensed/notosans-condensed-webfont.woff2 similarity index 100% rename from build/fonts/notosans-condensed/notosans-condensed-webfont.woff2 rename to resources/shop/fonts/notosans-condensed/notosans-condensed-webfont.woff2 diff --git a/build/fonts/notosans-condensed/notosans-condensedbold-webfont.eot b/resources/shop/fonts/notosans-condensed/notosans-condensedbold-webfont.eot similarity index 100% rename from build/fonts/notosans-condensed/notosans-condensedbold-webfont.eot rename to resources/shop/fonts/notosans-condensed/notosans-condensedbold-webfont.eot diff --git a/build/fonts/notosans-condensed/notosans-condensedbold-webfont.svg b/resources/shop/fonts/notosans-condensed/notosans-condensedbold-webfont.svg similarity index 100% rename from build/fonts/notosans-condensed/notosans-condensedbold-webfont.svg rename to resources/shop/fonts/notosans-condensed/notosans-condensedbold-webfont.svg diff --git a/build/fonts/notosans-condensed/notosans-condensedbold-webfont.ttf b/resources/shop/fonts/notosans-condensed/notosans-condensedbold-webfont.ttf similarity index 100% rename from build/fonts/notosans-condensed/notosans-condensedbold-webfont.ttf rename to resources/shop/fonts/notosans-condensed/notosans-condensedbold-webfont.ttf diff --git a/build/fonts/notosans-condensed/notosans-condensedbold-webfont.woff b/resources/shop/fonts/notosans-condensed/notosans-condensedbold-webfont.woff similarity index 100% rename from build/fonts/notosans-condensed/notosans-condensedbold-webfont.woff rename to resources/shop/fonts/notosans-condensed/notosans-condensedbold-webfont.woff diff --git a/build/fonts/notosans-condensed/notosans-condensedbold-webfont.woff2 b/resources/shop/fonts/notosans-condensed/notosans-condensedbold-webfont.woff2 similarity index 100% rename from build/fonts/notosans-condensed/notosans-condensedbold-webfont.woff2 rename to resources/shop/fonts/notosans-condensed/notosans-condensedbold-webfont.woff2 diff --git a/build/img/article_natures/legumes.png b/resources/shop/img/article_natures/legumes.png similarity index 100% rename from build/img/article_natures/legumes.png rename to resources/shop/img/article_natures/legumes.png diff --git a/build/img/article_natures/plants.png b/resources/shop/img/article_natures/plants.png similarity index 100% rename from build/img/article_natures/plants.png rename to resources/shop/img/article_natures/plants.png diff --git a/build/img/article_natures/semences.png b/resources/shop/img/article_natures/semences.png similarity index 100% rename from build/img/article_natures/semences.png rename to resources/shop/img/article_natures/semences.png diff --git a/build/img/favicon.ico b/resources/shop/img/favicon.ico similarity index 100% rename from build/img/favicon.ico rename to resources/shop/img/favicon.ico diff --git a/build/img/header/basket.svg b/resources/shop/img/header/basket.svg similarity index 100% rename from build/img/header/basket.svg rename to resources/shop/img/header/basket.svg diff --git a/build/img/header/catalogue.svg b/resources/shop/img/header/catalogue.svg similarity index 100% rename from build/img/header/catalogue.svg rename to resources/shop/img/header/catalogue.svg diff --git a/build/img/header/login.svg b/resources/shop/img/header/login.svg similarity index 100% rename from build/img/header/login.svg rename to resources/shop/img/header/login.svg diff --git a/build/img/logo.jpg b/resources/shop/img/logo.jpg similarity index 100% rename from build/img/logo.jpg rename to resources/shop/img/logo.jpg diff --git a/build/img/logo.png b/resources/shop/img/logo.png similarity index 100% rename from build/img/logo.png rename to resources/shop/img/logo.png diff --git a/build/img/payments/americanexpress.png b/resources/shop/img/payments/americanexpress.png similarity index 100% rename from build/img/payments/americanexpress.png rename to resources/shop/img/payments/americanexpress.png diff --git a/build/img/payments/discover.png b/resources/shop/img/payments/discover.png similarity index 100% rename from build/img/payments/discover.png rename to resources/shop/img/payments/discover.png diff --git a/build/img/payments/jcb.png b/resources/shop/img/payments/jcb.png similarity index 100% rename from build/img/payments/jcb.png rename to resources/shop/img/payments/jcb.png diff --git a/build/img/payments/mastercard.png b/resources/shop/img/payments/mastercard.png similarity index 100% rename from build/img/payments/mastercard.png rename to resources/shop/img/payments/mastercard.png diff --git a/build/img/payments/paypal.png b/resources/shop/img/payments/paypal.png similarity index 100% rename from build/img/payments/paypal.png rename to resources/shop/img/payments/paypal.png diff --git a/build/img/payments/visa.png b/resources/shop/img/payments/visa.png similarity index 100% rename from build/img/payments/visa.png rename to resources/shop/img/payments/visa.png diff --git a/build/img/visuel-non-disponible.jpg b/resources/shop/img/visuel-non-disponible.jpg similarity index 100% rename from build/img/visuel-non-disponible.jpg rename to resources/shop/img/visuel-non-disponible.jpg diff --git a/build/img/watermark.png b/resources/shop/img/watermark.png similarity index 100% rename from build/img/watermark.png rename to resources/shop/img/watermark.png diff --git a/build/js/include/app.js b/resources/shop/js/include/app.js similarity index 100% rename from build/js/include/app.js rename to resources/shop/js/include/app.js diff --git a/build/js/include/appender.js b/resources/shop/js/include/appender.js similarity index 100% rename from build/js/include/appender.js rename to resources/shop/js/include/appender.js diff --git a/build/js/include/boilerplate.js b/resources/shop/js/include/boilerplate.js similarity index 100% rename from build/js/include/boilerplate.js rename to resources/shop/js/include/boilerplate.js diff --git a/build/js/include/confirm.js b/resources/shop/js/include/confirm.js similarity index 100% rename from build/js/include/confirm.js rename to resources/shop/js/include/confirm.js diff --git a/build/js/include/core/appender.js b/resources/shop/js/include/core/appender.js similarity index 100% rename from build/js/include/core/appender.js rename to resources/shop/js/include/core/appender.js diff --git a/build/js/include/core/cache.js b/resources/shop/js/include/core/cache.js similarity index 100% rename from build/js/include/core/cache.js rename to resources/shop/js/include/core/cache.js diff --git a/build/js/include/core/handlebars.js b/resources/shop/js/include/core/handlebars.js similarity index 100% rename from build/js/include/core/handlebars.js rename to resources/shop/js/include/core/handlebars.js diff --git a/build/js/include/core/helpers.js b/resources/shop/js/include/core/helpers.js similarity index 100% rename from build/js/include/core/helpers.js rename to resources/shop/js/include/core/helpers.js diff --git a/build/js/include/core/lang.js b/resources/shop/js/include/core/lang.js similarity index 100% rename from build/js/include/core/lang.js rename to resources/shop/js/include/core/lang.js diff --git a/build/js/include/core/objectLength.js b/resources/shop/js/include/core/objectLength.js similarity index 100% rename from build/js/include/core/objectLength.js rename to resources/shop/js/include/core/objectLength.js diff --git a/build/js/include/core/session.js b/resources/shop/js/include/core/session.js similarity index 100% rename from build/js/include/core/session.js rename to resources/shop/js/include/core/session.js diff --git a/build/js/include/core/url.js b/resources/shop/js/include/core/url.js similarity index 100% rename from build/js/include/core/url.js rename to resources/shop/js/include/core/url.js diff --git a/build/js/include/core/user.js b/resources/shop/js/include/core/user.js similarity index 100% rename from build/js/include/core/user.js rename to resources/shop/js/include/core/user.js diff --git a/build/js/include/datatable.js b/resources/shop/js/include/datatable.js similarity index 100% rename from build/js/include/datatable.js rename to resources/shop/js/include/datatable.js diff --git a/build/js/include/fancytree.js b/resources/shop/js/include/fancytree.js similarity index 100% rename from build/js/include/fancytree.js rename to resources/shop/js/include/fancytree.js diff --git a/build/js/include/file.js b/resources/shop/js/include/file.js similarity index 100% rename from build/js/include/file.js rename to resources/shop/js/include/file.js diff --git a/build/js/include/form/check_fields.js b/resources/shop/js/include/form/check_fields.js similarity index 100% rename from build/js/include/form/check_fields.js rename to resources/shop/js/include/form/check_fields.js diff --git a/build/js/include/form/checkbox.js b/resources/shop/js/include/form/checkbox.js similarity index 100% rename from build/js/include/form/checkbox.js rename to resources/shop/js/include/form/checkbox.js diff --git a/build/js/include/form/datetime.js b/resources/shop/js/include/form/datetime.js similarity index 100% rename from build/js/include/form/datetime.js rename to resources/shop/js/include/form/datetime.js diff --git a/build/js/include/form/multi-select.js b/resources/shop/js/include/form/multi-select.js similarity index 100% rename from build/js/include/form/multi-select.js rename to resources/shop/js/include/form/multi-select.js diff --git a/build/js/include/form/radio.js b/resources/shop/js/include/form/radio.js similarity index 100% rename from build/js/include/form/radio.js rename to resources/shop/js/include/form/radio.js diff --git a/build/js/include/form/select.js b/resources/shop/js/include/form/select.js similarity index 100% rename from build/js/include/form/select.js rename to resources/shop/js/include/form/select.js diff --git a/build/js/include/form/set_options.js b/resources/shop/js/include/form/set_options.js similarity index 100% rename from build/js/include/form/set_options.js rename to resources/shop/js/include/form/set_options.js diff --git a/build/js/include/form/upload.js b/resources/shop/js/include/form/upload.js similarity index 100% rename from build/js/include/form/upload.js rename to resources/shop/js/include/form/upload.js diff --git a/build/js/include/form/validator.js b/resources/shop/js/include/form/validator.js similarity index 100% rename from build/js/include/form/validator.js rename to resources/shop/js/include/form/validator.js diff --git a/build/js/include/geo_autocomplete.js b/resources/shop/js/include/geo_autocomplete.js similarity index 100% rename from build/js/include/geo_autocomplete.js rename to resources/shop/js/include/geo_autocomplete.js diff --git a/build/js/include/handlebars.js b/resources/shop/js/include/handlebars.js similarity index 100% rename from build/js/include/handlebars.js rename to resources/shop/js/include/handlebars.js diff --git a/build/js/include/layout/animate.js b/resources/shop/js/include/layout/animate.js similarity index 100% rename from build/js/include/layout/animate.js rename to resources/shop/js/include/layout/animate.js diff --git a/build/js/include/layout/message.js b/resources/shop/js/include/layout/message.js similarity index 100% rename from build/js/include/layout/message.js rename to resources/shop/js/include/layout/message.js diff --git a/build/js/include/layout/modal.js b/resources/shop/js/include/layout/modal.js similarity index 100% rename from build/js/include/layout/modal.js rename to resources/shop/js/include/layout/modal.js diff --git a/build/js/include/layout/scroll.js b/resources/shop/js/include/layout/scroll.js similarity index 100% rename from build/js/include/layout/scroll.js rename to resources/shop/js/include/layout/scroll.js diff --git a/build/js/include/layout/tooltip.js b/resources/shop/js/include/layout/tooltip.js similarity index 100% rename from build/js/include/layout/tooltip.js rename to resources/shop/js/include/layout/tooltip.js diff --git a/build/js/include/modal.js b/resources/shop/js/include/modal.js similarity index 100% rename from build/js/include/modal.js rename to resources/shop/js/include/modal.js diff --git a/build/js/include/plugins/datatables_lang/de.json b/resources/shop/js/include/plugins/datatables_lang/de.json similarity index 100% rename from build/js/include/plugins/datatables_lang/de.json rename to resources/shop/js/include/plugins/datatables_lang/de.json diff --git a/build/js/include/plugins/datatables_lang/en.json b/resources/shop/js/include/plugins/datatables_lang/en.json similarity index 100% rename from build/js/include/plugins/datatables_lang/en.json rename to resources/shop/js/include/plugins/datatables_lang/en.json diff --git a/build/js/include/plugins/datatables_lang/fr.json b/resources/shop/js/include/plugins/datatables_lang/fr.json similarity index 100% rename from build/js/include/plugins/datatables_lang/fr.json rename to resources/shop/js/include/plugins/datatables_lang/fr.json diff --git a/build/js/include/plugins/datatables_lang/it.json b/resources/shop/js/include/plugins/datatables_lang/it.json similarity index 100% rename from build/js/include/plugins/datatables_lang/it.json rename to resources/shop/js/include/plugins/datatables_lang/it.json diff --git a/build/js/include/plugins/datatables_lang/jp.json b/resources/shop/js/include/plugins/datatables_lang/jp.json similarity index 100% rename from build/js/include/plugins/datatables_lang/jp.json rename to resources/shop/js/include/plugins/datatables_lang/jp.json diff --git a/build/js/include/plugins/datatables_lang/sp.json b/resources/shop/js/include/plugins/datatables_lang/sp.json similarity index 100% rename from build/js/include/plugins/datatables_lang/sp.json rename to resources/shop/js/include/plugins/datatables_lang/sp.json diff --git a/build/js/include/plugins/google-place-autocomplete-gh-pages/README.md b/resources/shop/js/include/plugins/google-place-autocomplete-gh-pages/README.md similarity index 100% rename from build/js/include/plugins/google-place-autocomplete-gh-pages/README.md rename to resources/shop/js/include/plugins/google-place-autocomplete-gh-pages/README.md diff --git a/build/js/include/plugins/google-place-autocomplete-gh-pages/autocomplete.js b/resources/shop/js/include/plugins/google-place-autocomplete-gh-pages/autocomplete.js similarity index 100% rename from build/js/include/plugins/google-place-autocomplete-gh-pages/autocomplete.js rename to resources/shop/js/include/plugins/google-place-autocomplete-gh-pages/autocomplete.js diff --git a/build/js/include/plugins/google-place-autocomplete-gh-pages/index.html b/resources/shop/js/include/plugins/google-place-autocomplete-gh-pages/index.html similarity index 100% rename from build/js/include/plugins/google-place-autocomplete-gh-pages/index.html rename to resources/shop/js/include/plugins/google-place-autocomplete-gh-pages/index.html diff --git a/build/js/include/plugins/google-place-autocomplete-gh-pages/readme-images/create-new-browser-key.png b/resources/shop/js/include/plugins/google-place-autocomplete-gh-pages/readme-images/create-new-browser-key.png similarity index 100% rename from build/js/include/plugins/google-place-autocomplete-gh-pages/readme-images/create-new-browser-key.png rename to resources/shop/js/include/plugins/google-place-autocomplete-gh-pages/readme-images/create-new-browser-key.png diff --git a/build/js/include/plugins/google-place-autocomplete-gh-pages/readme-images/enable-api.png b/resources/shop/js/include/plugins/google-place-autocomplete-gh-pages/readme-images/enable-api.png similarity index 100% rename from build/js/include/plugins/google-place-autocomplete-gh-pages/readme-images/enable-api.png rename to resources/shop/js/include/plugins/google-place-autocomplete-gh-pages/readme-images/enable-api.png diff --git a/build/js/include/plugins/google-place-autocomplete-gh-pages/readme-images/key-referers.png b/resources/shop/js/include/plugins/google-place-autocomplete-gh-pages/readme-images/key-referers.png similarity index 100% rename from build/js/include/plugins/google-place-autocomplete-gh-pages/readme-images/key-referers.png rename to resources/shop/js/include/plugins/google-place-autocomplete-gh-pages/readme-images/key-referers.png diff --git a/build/js/include/plugins/jquery.hcaptions.js b/resources/shop/js/include/plugins/jquery.hcaptions.js similarity index 100% rename from build/js/include/plugins/jquery.hcaptions.js rename to resources/shop/js/include/plugins/jquery.hcaptions.js diff --git a/build/js/include/plugins/toolbar/jquery.toolbar.css b/resources/shop/js/include/plugins/toolbar/jquery.toolbar.css similarity index 100% rename from build/js/include/plugins/toolbar/jquery.toolbar.css rename to resources/shop/js/include/plugins/toolbar/jquery.toolbar.css diff --git a/build/js/include/plugins/toolbar/jquery.toolbar.js b/resources/shop/js/include/plugins/toolbar/jquery.toolbar.js similarity index 100% rename from build/js/include/plugins/toolbar/jquery.toolbar.js rename to resources/shop/js/include/plugins/toolbar/jquery.toolbar.js diff --git a/build/js/include/uploader.js b/resources/shop/js/include/uploader.js similarity index 100% rename from build/js/include/uploader.js rename to resources/shop/js/include/uploader.js diff --git a/build/js/include/url_on_tab.js b/resources/shop/js/include/url_on_tab.js similarity index 100% rename from build/js/include/url_on_tab.js rename to resources/shop/js/include/url_on_tab.js diff --git a/build/js/plugins/daterangepicker/fr.js b/resources/shop/js/plugins/daterangepicker/fr.js similarity index 100% rename from build/js/plugins/daterangepicker/fr.js rename to resources/shop/js/plugins/daterangepicker/fr.js diff --git a/build/js/plugins/smooth_products/css/smoothproducts.css b/resources/shop/js/plugins/smooth_products/css/smoothproducts.css similarity index 100% rename from build/js/plugins/smooth_products/css/smoothproducts.css rename to resources/shop/js/plugins/smooth_products/css/smoothproducts.css diff --git a/build/js/plugins/smooth_products/js/smoothproducts.js b/resources/shop/js/plugins/smooth_products/js/smoothproducts.js similarity index 100% rename from build/js/plugins/smooth_products/js/smoothproducts.js rename to resources/shop/js/plugins/smooth_products/js/smoothproducts.js diff --git a/build/js/plugins/smooth_products/js/smoothproducts.min.js b/resources/shop/js/plugins/smooth_products/js/smoothproducts.min.js similarity index 100% rename from build/js/plugins/smooth_products/js/smoothproducts.min.js rename to resources/shop/js/plugins/smooth_products/js/smoothproducts.min.js diff --git a/build/js/site.js b/resources/shop/js/site.js similarity index 100% rename from build/js/site.js rename to resources/shop/js/site.js diff --git a/build/js/taxonomy-browser.js b/resources/shop/js/taxonomy-browser.js similarity index 100% rename from build/js/taxonomy-browser.js rename to resources/shop/js/taxonomy-browser.js diff --git a/resources/shop/lang/.gitkeep b/resources/shop/lang/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/resources/shop/plugins/.gitkeep b/resources/shop/plugins/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/resources/shop/plugins/pdfjs/.gitkeep b/resources/shop/plugins/pdfjs/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/resources/shop/print.css b/resources/shop/print.css new file mode 100644 index 00000000..e69de29b