Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalsanchez committed Sep 13, 2019
1 parent 07489b1 commit 3e34c73
Show file tree
Hide file tree
Showing 17 changed files with 1,963 additions and 2,790 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EXTENSION_DESC=XT Tailwind - My Blog template, based on Tailwind CSS.
EXTENSION_CDN=http://cdn.extly.com
TRANSLATION_KEY=XTTAILWIND

RELEASE_VERSION=3.0.0
RELEASE_VERSION=3.1.0

LICENSE=GNU General Public License version 3 or later; see LICENSE.txt
LICENSE_CODE=GNU/GPLv3 www.gnu.org/licenses/gpl-3.0.html
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ tslint.json
/var/

# Symlinks
template/dist/main.*.css
3 changes: 2 additions & 1 deletion build/build_core.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
#!/bin/sh

cd template/
rm dist/main.*.css
npm i
npm run prod
cd ..

rm -rf template/node_modules

# Stylesheet to be included inline
cat template/dist/main.css > template/css/template.css
cat template/dist/main.*.css > template/css/template.css

# Stylesheet to be included at the bottom of the document
cp template/src/prism.css template/css/
Expand Down
4 changes: 2 additions & 2 deletions library/lib_xttailwind.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<extension method="upgrade" type="library" version="1.0">
<name>XT Tailwind CSS Library</name>
<libraryname>xttailwind</libraryname>
<version>3.0.0</version>
<creationDate>2019-09-02</creationDate>
<version>3.1.0</version>
<creationDate>2019-09-13</creationDate>

<author>Extly, CB</author>
<authorEmail>[email protected]</authorEmail>
Expand Down
Loading

0 comments on commit 3e34c73

Please sign in to comment.