Skip to content

Releases: nmihalyov/pure-start

Gulp Pure Start 1.0.1

17 Apr 14:32
Compare
Choose a tag to compare

Fix missed dependency: babel-eslint

Gulp Pure Start 1.0.0

17 Apr 07:41
Compare
Choose a tag to compare

First Gulp Pure Start stable version ever

Gulp Pure Start 0.7.2

28 Oct 07:24
Compare
Choose a tag to compare

Service worker was deleted due to its uselessness
Some error fixes

Gulp Pure Start 0.7.1

30 Sep 19:55
Compare
Choose a tag to compare

Resolve bug which don't allow you to use styles of libraries due to uncss plugin

Gulp Pure Start 0.7.0

24 Sep 07:19
Compare
Choose a tag to compare

A new components' system release
See more

Gulp Pure Start 0.6.6

17 Sep 08:15
Compare
Choose a tag to compare

Correction in changelog.md

Gulp Pure Start 0.6.5

17 Sep 07:59
Compare
Choose a tag to compare

Move critical CSS generation to production build due to some inconviniences in develpment

Gulp Pure Start 0.6.1

24 Aug 11:31
Compare
Choose a tag to compare

Actually, I forgot to release version 0.6.0 so it's 0.6.1
At 0.6.0 was added Service Worker generator and manifest.json file, index.pug was extended with included components. Documentation was updated. Few correction were made. Now, you can make your PWA using GPS easily
At 0.6.1 task css was deleted due to change to task sass

Gulp Pure Start 0.5.5

22 Aug 18:50
Compare
Choose a tag to compare

Optimizing SASS task

Gulp Pure Start 0.5.4

17 Aug 06:34
Compare
Choose a tag to compare

SASS and JS don't have sourcemaps when you process them to build
Index.html was created
ES6 transpiling without "use strict"
etc.