Skip to content

Commit f7f0688

Browse files
committed
Include CLI commands for faster dev
1 parent 8d9e1df commit f7f0688

File tree

7 files changed

+20243
-1
lines changed

7 files changed

+20243
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/vendor/
2+
/node_modules

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.2.2] - 2024-01-18
6+
- Fix comment display as thread and adjust header logo size
7+
58

69
## [1.2.1] - 2024-01-04
710
- Handle edge cases: missing thumbnails and lenghty titles

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,15 @@ Unless otherwise specified, all the theme files, scripts and images are licensed
9393
- [ScrollReveal](https://github.com/jlmakes/scrollreveal), under MIT License.
9494
- [Roboto](https://github.com/google/roboto), under Apache License 2.0 License.
9595

96+
### Available CLI commands
9697

98+
`acajou` comes packed with CLI commands tailored for WordPress theme development :
99+
100+
- `npm run watch` : watches all SASS files and recompiles them to css when they change.
101+
- `npm run compile:css` : compiles SASS files to css.
102+
- `npm run lint:scss` : checks all SASS files against [CSS Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/css/).
103+
- `npm run lint:js` : checks all JavaScript files against [JavaScript Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/javascript/).
104+
- `npm run bundle` : generates a .zip archive for distribution, excluding development and system files.
105+
-
97106
# Change log
98107
All notable changes to this theme are documented in [CHANGELOG.md](https://github.com/samuelguebo/acajou/blob/master/CHANGELOG.md) file.

0 commit comments

Comments
 (0)