Skip to content

Commit

Permalink
Merge pull request #4 from webteractive/version-bump
Browse files Browse the repository at this point in the history
ExpressionEngine version bump
  • Loading branch information
hadefication authored Sep 14, 2019
2 parents 46a8542 + 54168af commit 9bcb94c
Show file tree
Hide file tree
Showing 60 changed files with 7,437 additions and 39,327 deletions.
11 changes: 6 additions & 5 deletions .env.stub
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
ENV=development
ERROR_VISIBILITY=2

DB_USER=root
DB_NAME=freshee
DB_PASSWORD=secret
DB_USER=
DB_NAME=
DB_PASSWORD=

BASE_URL=http://awesome.app
BASE_PATH=/home/user/awesome.app
BASE_URL=http://localhost
BASE_PATH=/path/to/ee/root
19 changes: 2 additions & 17 deletions assets/scss/app.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
@tailwind preflight;
@tailwind base;
@tailwind components;
@tailwind utilities;

html,
body {
@apply font-sans;
}

a {
text-decoration: none;
@apply text-ee;

&:hover,
&:focus {
@apply underline;
}
}
@tailwind utilities;
8 changes: 4 additions & 4 deletions migration.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 5.7.24, for osx10.14 (x86_64)
-- MySQL dump 10.13 Distrib 5.7.26, for osx10.14 (x86_64)
--
-- Host: localhost Database: freshee
-- Host: localhost Database: expressionengine
-- ------------------------------------------------------
-- Server version 5.7.24
-- Server version 5.7.26

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
Expand Down Expand Up @@ -2916,4 +2916,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2019-03-10 1:48:15
-- Dump completed on 2019-09-14 9:50:21
Loading

0 comments on commit 9bcb94c

Please sign in to comment.