Skip to content

4.0 version is available!

Latest
Compare
Choose a tag to compare
@Ulyanov-programmer Ulyanov-programmer released this 23 Jun 09:27
d7417dd

We need more updates...

GENERAL:

SCRIPTS:

  • Now the scripts are divided into:

    • General scripts
    • APIs
    • Modules

    This was done to conveniently configure them for multiple pages. There is no need to create a separate
    script file for each page, just configure and connect any API.

  • Script APIs now have named arguments, while retaining hints and typing. Just hover over the argument to see the hint.
    hoverHints

  • Script compilation speed has been significantly increased.

  • Fixed a bug that caused the build to crash when changing scripts.

STYLES:

  • The CSS gulp task has been optimized.

IMAGES:

  • Added the mixin that adds image-set properties for background images in css. It is configured to work only when working in production mode, but you can change this.
  • The image gulp task has been optimized.
  • Fixed a bug that caused the img task to work incorrectly. (I don't remember if it was during the development of the new version or in version 3.0, but just in case I'll mention it)

Be sure to check out the scripts demo page, they have been very heavily modified.