Skip to content

Commit

Permalink
3.x redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Jun 8, 2020
1 parent 8571225 commit f8f354c
Show file tree
Hide file tree
Showing 229 changed files with 201,117 additions and 22,382 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
.DS_Store
node_modules
yarn.lock
dist/tailwind.css


build_local
build_staging
build_production
build_staging
vendor
cache
source/assets/build/mix-manifest.json
File renamed without changes.
File renamed without changes.
14 changes: 8 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#!/bin/bash
set -e

npm install
composer install
npm run production
cd docs
composer install
npm install
npm run production
mkdir -p ../dist/docs
cp -R build_production/* ../dist/docs
# cd docs
# composer install
# npm install
# npm run production
# mkdir -p ../dist/docs
# cp -R build_production/* ../dist/docs
File renamed without changes.
Loading

0 comments on commit f8f354c

Please sign in to comment.