Skip to content

Commit

Permalink
build(version): Bump to v3.4.0 and reorganize the build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalsanchez committed May 9, 2020
1 parent 3e4fc42 commit 49deea9
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 91 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,14 @@ To build everything and produce the installable template:

## Changelog

### 3.4.0

- Update to Tailwind CSS v1.4
- Reorganization of the build scripts

### 3.3.5

Update to Tailwind CSS v1.3.5.
- Update to Tailwind CSS v1.3.5

### 3.3.0

Expand Down
14 changes: 5 additions & 9 deletions build/build_core.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
#!/bin/sh

cd template/
rm css/template*.css
rm dist/main*.css
cd library
/usr/bin/composer update --no-dev
/usr/bin/composer dump-autoload --classmap-authoritative
cd ..

cd template
npm ci
npm run prod
cd ..

rm -rf template/node_modules

# JavaScript to be deferred
cat template/dist/main.js > template/js/template.js
cat template/js/prism.js >> template/js/template.js

npm run build
Loading

0 comments on commit 49deea9

Please sign in to comment.