You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-48Lines changed: 13 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,27 @@ You can access the demo [here](https://cssninjastudio.github.io/Krypton/).
9
9
10
10
Krypton is developed with the [Bulma css framework](https://bulma.io)
11
11
12
-
**Version 3.0.0**
12
+
**Version 4.0.0**
13
13
14
14
## Usage
15
-
Krypton is now a Bulma starter fully bundled with **npm** and **gulp**. Bulma has been upgraded to the latest version **0.8.0**.
15
+
Krypton is now a Bulma starter fully bundled with **npm** and **gulp**. Bulma has been upgraded to the latest version **0.9.1**.
16
16
17
17
* Clone or download the repo
18
18
* Run `npm install`
19
-
* Run `gulp dev`
19
+
* Run `npm run dev`
20
20
21
-
Most of the dependencies have been sanitized. However, **Panini** will keep throwing 2 npm warnings (low and moderatem, since Panini is only used during development, that shouldn't be a problem). We already got in touch with Zurb / Foundation to have this problem solved.
22
21
23
22
## Changelog
24
23
24
+
**Krypton 4.0**
25
+
* Upgraded to gulp 4 and nodejs 12.13.0
26
+
* Upgraded Bulma to 0.9.1
27
+
* Added ES6 support
28
+
* Removed jQuery support and related dependencies
29
+
* Improved CSS build process
30
+
* Integrated Alpine JS
31
+
* Integrated Spruce JS
32
+
25
33
**Krypton 3.0**
26
34
* Upgraded to gulp 4 and nodejs 10.15.3
27
35
* Upgraded Bulma to 0.8.0
@@ -93,53 +101,10 @@ To use this template, your computer needs:
93
101
### Installing:
94
102
95
103
- Install all node packages: `npm install`
96
-
- Run `gulp dev`
104
+
- Run `npm run dev`
97
105
- Your site is now viewable at this URL: http://localhost:3000
98
106
99
107
100
-
### Folder Structure:
101
-
102
-
-`dist/` - compiled distribution files
103
-
-`node_modules` - front-end dependencies
104
-
-`src/` - contains all of your core, working files—static assets, pages, templates, etc
105
-
-`src/assets/` - scss files, JS files, images, and fonts are here
106
-
-`src/data/` - external data
107
-
-`src/layouts/` - HTML layouts templates
108
-
-`src/pages/` - site pages
109
-
-`src/partials/` - handlebars partials files.
110
-
-`gulpfile.js` - all task definitions
111
-
-`package.json` - handles the front-end dependencies
112
-
-`.htmllintrc` - handles the HTML lint rules
113
-
-`.sass-lint.yml` - handles the SCSS lint rules
114
-
-`reports` - txt generated file for accessibility issues
0 commit comments