Skip to content

Commit

Permalink
🐛 FIX: Remove variable.css from download files
Browse files Browse the repository at this point in the history
  • Loading branch information
luangjokaj committed Jan 11, 2021
1 parent 95fb97b commit 4b8e784
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

**v0.2.9-28**
- 🐛 FIX: Remove variable.css from download files.

**v0.2.9-27**
- 🐛 FIX: Add back autoprefixer.

Expand Down
2 changes: 1 addition & 1 deletion installer/modules/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports = async () => {
'.env.in',
'.editorconfig',
];
const cssFiles = ['style.css', 'variables.css', 'wordpressify.css'];
const cssFiles = ['style.css', 'wordpressify.css'];
const jsFiles = ['main.js'];
const imgFiles = ['logo.svg'];
const themeFiles = [
Expand Down
2 changes: 1 addition & 1 deletion installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpressify",
"version": "0.2.9-27",
"version": "0.2.9-28",
"description": "A build system designed to automate your WordPress development workflow.",
"keywords": [
"babel",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpressify",
"version": "0.2.9-27",
"version": "0.2.9-28",
"description": "A build system designed to automate your WordPress development workflow.",
"keywords": [
"babel",
Expand Down

0 comments on commit 4b8e784

Please sign in to comment.