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
- [Roadmap and Known issues](#roadmap-and-known-issues)
26
26
- [Contributing](#contributing)
27
27
- [License](#license)
28
28
- [Contact](#contact)
@@ -36,22 +36,22 @@ When you want to build whole web pages from the data sources as API or bunch of
36
36
37
37
### Typical use cases
38
38
39
-
- Building landing pages.
40
-
- Building prototypes.
41
-
- Building the final output bundle for clients or programmers.
42
-
- Optimize images.
39
+
* Building landing pages.
40
+
* Building prototypes.
41
+
* Building the final output bundle for clients or programmers.
42
+
* Optimize images.
43
43
44
44
### Key features
45
45
46
-
- Separate tasks for developing `npm run develop` and final build `npm run build`.
47
-
-[Bootstrap](https://getbootstrap.com/) version 4 as a frontend framework.
48
-
-[Nunjucks](https://mozilla.github.io/nunjucks/) as templating engine.
49
-
- JSON as the main data source for templates (`<head />` etc.).
50
-
-[SCSS](https://sass-lang.com/) and [BEM](https://en.bem.info/) with PostCSS, Autoprefixer and other modules for SCSS processing.
51
-
- Generates favicons.
52
-
- Optimizes images.
53
-
- Automatic formatting, linting and repair of source files — Eslint, Prettier, Stylelint, Textlint. Execution using npm scripts and automatically before committing.
54
-
-[Gitflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow); [Semantic Commit Messages](https://seesparkbox.com/foundry/semantic_commit_messages) based on [Conventional Commits](https://www.conventionalcommits.org/); [Semantic Versioning](https://semver.org/); Git submodule for the release process.
46
+
* Separate tasks for developing `npm run develop` and final build `npm run build`.
47
+
*[Bootstrap](https://getbootstrap.com/) version 4 as a frontend framework.
48
+
*[Nunjucks](https://mozilla.github.io/nunjucks/) as templating engine.
49
+
* JSON as the main data source for templates (`<head />` etc.).
50
+
*[SCSS](https://sass-lang.com/) and [BEM](https://en.bem.info/) with PostCSS, Autoprefixer and other modules for SCSS processing.
51
+
* Generates favicons.
52
+
* Optimizes images.
53
+
* Automatic formatting, linting and repair of source files — Eslint, Prettier, Stylelint, Textlint. Execution using npm scripts and automatically before committing.
54
+
*[Gitflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow); [Semantic Commit Messages](https://seesparkbox.com/foundry/semantic_commit_messages) based on [Conventional Commits](https://www.conventionalcommits.org/); [Semantic Versioning](https://semver.org/); Git submodule for the release process.
55
55
56
56
## Getting Started
57
57
@@ -84,18 +84,18 @@ Starts watchers, compilers etc. for dynamic development with hot reload in the b
84
84
1. Run development task
85
85
86
86
```bash
87
-
npm run develop
87
+
npm run dev
88
88
```
89
89
90
90
2. Open Browser on URL `http://localhost:4000` or what you see in command-line.
91
91
92
92
3. Modify files in`src` folder a subfolders:
93
93
94
-
- folder `/data` contind JSON files with data structures for templates
95
-
- folder `/gfx` contains graphic files
96
-
- folder `/pages` contains template files
97
-
- folder `/scss` contains all SCSS files
98
-
- file `/fonts.list` defines font famillys
94
+
* folder `/data` contind JSON files with data structures for templates
95
+
* folder `/gfx` contains graphic files
96
+
* folder `/pages` contains template files
97
+
* folder `/scss` contains all SCSS files
98
+
* file `/fonts.list` defines font famillys
99
99
100
100
### Production Build
101
101
@@ -119,11 +119,11 @@ Produces optimized and formated files with good readibility of the code.
119
119
npm run export
120
120
```
121
121
122
-
2. See files in`build` folder.
122
+
2. See files in`export` folder.
123
123
124
-
## Roadmap
124
+
## Roadmap and Known issues
125
125
126
-
See the [open issues](https://github.com/cebreus/gulp-devstack/issues/new) for a list of proposed features (and known issues).
126
+
See the [open issues](https://github.com/cebreus/gulp-devstack/issues) for a list of proposed features (and known issues).
127
127
128
128
## Contributing
129
129
@@ -141,6 +141,6 @@ It is distributed under the MIT License. See `LICENSE` for more information.
141
141
142
142
## Contact
143
143
144
-
Jaroslav Vrána — [cebreus@live.com](mailto:cebreus@live.com)
144
+
Jaroslav Vrána - [@cebreus69](https://twitter.com/cebreus69) — <mailto:cebreus@live.com>
0 commit comments