Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to Twing #555

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node_js:
- "6"
- "7"
- "8"
- "9"

notifications:
email: false
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.0.0: Unreleased

- Switched from Twig.js to [Twing](https://github.com/ericmorand/twing)

## 4.0.0-alpha1: 2017-12-12

- Switch to [KSTAT-KSS-Builder](https://github.com/kalamuna/kstat-kss-builder) for the Styleguide
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kalastatic",
"description": "KalaStatic static-site prototyping framework",
"repository": "https://github.com/kalamuna/kalastatic.git",
"version": "4.0.0-alpha1",
"version": "5.0.0",
"license": "MIT",
"files": [
"src",
Expand All @@ -18,7 +18,7 @@
"jstransformer-precss": "^0.3.0",
"jstransformer-pug": "^0.3.0",
"jstransformer-scss": "^1.0.0",
"jstransformer-twig": "^1.3.0",
"jstransformer-twing": "~0.1.0",
"kss": "^3.0.0-beta.18",
"kstat-kss-builder": "^0.13.5",
"metalsmith": "^2.3.0",
Expand All @@ -29,7 +29,7 @@
"metalsmith-define": "^2.0.1",
"metalsmith-env": "^2.0.0",
"metalsmith-ignore": "^0.1.2",
"metalsmith-jstransformer": "^0.12.1",
"metalsmith-jstransformer": "^0.13.0",
"metalsmith-jstransformer-partials": "^2.0.0",
"metalsmith-metadata-convention": "^1.0.1",
"metalsmith-metadata-files": "^2.2.0",
Expand All @@ -39,16 +39,15 @@
},
"devDependencies": {
"assert-dir-equal": "1.*",
"kalastatic-twig-filters": "^0.2.0",
"mkdirp": "^0.5.1",
"purecss": "1.0.0",
"rimraf": "^2.6.1",
"testit": "^3.0.0",
"xo": "^0.18.2"
"xo": "*"
},
"scripts": {
"test": "node test",
"posttest": "xo --space --no-semicolon",
"posttest": "xo --space=2 --no-semicolon",
"examples": "cd examples/mdl-blog && npm i && npm test",
"start": "cd test/fixtures/start && ../../../bin/kalastatic start"
},
Expand Down