diff --git a/.gitignore b/.gitignore index 73f6789..ec28ea0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ .env.backup npm-debug.log yarn-error.log -/bower_components /node_modules /public/css /public/fonts diff --git a/bower.json b/bower.json deleted file mode 100644 index 11a4a8e..0000000 --- a/bower.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "hypothetical-template", - "version": "1.0.0", - "authors": [ - "Kevin MacMartin " - ], - "description": "The Hypothetical website template", - "license": "MIT", - "dependencies": { - "simplemde": "~1.11.2", - "SpinKit": "~1.2.5", - "list.js": "^1.5.0" - } -} diff --git a/gulpfile.js b/gulpfile.js index 2f34bdd..31b5965 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -36,9 +36,9 @@ if (!isProduction) { // Declare plugin settings const sassOutputStyle = isProduction ? "compressed" : "expanded", - sassPaths = [ "bower_components", "node_modules" ], + sassPaths = [ "node_modules" ], autoprefixerSettings = { remove: false, cascade: false }, - vuePaths = [ "./bower_components", "./node_modules", "./resources/components", "./resources/js" ]; + vuePaths = [ "./node_modules", "./resources/components", "./resources/js" ]; // Javascript files for the public site const jsPublic = "resources/js/app.js"; @@ -62,15 +62,15 @@ const jsDashboardLibs = [ "node_modules/bootstrap/dist/js/bootstrap.js", "node_modules/flatpickr/dist/flatpickr.js", "node_modules/sortablejs/Sortable.js", - "bower_components/list.js/dist/list.js", - "bower_components/simplemde/dist/simplemde.min.js" + "node_modules/list.js/dist/list.js", + "node_modules/simplemde/dist/simplemde.min.js" ]; // CSS libraries for the dashboard const cssDashboardLibs = [ "node_modules/flatpickr/dist/flatpickr.css", - "bower_components/simplemde/dist/simplemde.min.css", - "bower_components/SpinKit/css/spinners/11-folding-cube.css" + "node_modules/simplemde/dist/simplemde.min.css", + "node_modules/spinkit/css/spinners/11-folding-cube.css" ]; // Paths to folders containing fonts that should be copied to public/fonts/ diff --git a/init.sh b/init.sh index 55edefd..2e246ad 100755 --- a/init.sh +++ b/init.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Dependencies -deps=('bower' 'composer' 'egrep' 'npm' 'php' 'sed') +deps=('composer' 'egrep' 'npm' 'php' 'sed') # Default settings no_db=0 @@ -102,9 +102,6 @@ sed -i 's|^CACHE_BUST=.*|CACHE_BUST='"$(LC_CTYPE=C LANG=C tr -dc A-Za-z0-9