Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 037a392

Browse files
Develop branch should track develop dependencies; Update readme description;
1 parent a27498d commit 037a392

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Tonik — WordPress Starter Theme
22

3-
[![Build Status](https://travis-ci.org/tonik/theme.svg?branch=master)](https://travis-ci.org/tonik/theme)
3+
[![Build Status](https://travis-ci.org/tonik/theme.svg?branch=develop)](https://travis-ci.org/tonik/theme)
44

55
### Tonik is a WordPress Starter Theme which aims to modernize, organize and enhance some aspects of WordPress theme development.
66

77
Take a look at what is waiting for you:
88

99
- [ES6](https://babeljs.io/learn-es2015/) for JavaScript
1010
- [SASS](http://sass-lang.com/) preprocessor for CSS
11-
- [Webpack](https://webpack.js.org/) for managing, compiling and optimizing theme asset files
11+
- [Webpack](https://webpack.js.org/) for managing, compiling and optimizing theme's asset files
1212
- Simple [CLI](https://github.com/tonik/cli) for quickly initializing a new project
13+
- Ready to use front-end boilerplates for [Foundation](//foundation.zurb.com/sites.html), [Bootstrap](//getbootstrap.com/docs/3.3/), [Bulma](//bulma.io/) and [Vue](//vuejs.org/)
1314
- Utilizes PHP [Namespaces](http://php.net/manual/pl/language.namespaces.php)
1415
- Simple [Theme Service Container](http://symfony.com/doc/2.0/glossary.html#term-service-container)
1516
- Child Theme friendly [Autoloader](https://en.wikipedia.org/wiki/Autoload)

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"type": "wordpress-theme",
77
"require": {
88
"php": ">=7.0",
9-
"tonik/gin": "^2.0.0"
9+
"tonik/gin": "dev-develop"
1010
},
1111
"require-dev": {
12-
"tonik/cli": "^2.0.0"
12+
"tonik/cli": "dev-develop"
1313
}
1414
}

0 commit comments

Comments
 (0)