Skip to content

Releases: Ulyanov-programmer/gulp_multitool

4.0 version is available!

23 Jun 09:27
d7417dd
Compare
Choose a tag to compare

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.

Ready 3.0.0 version.

07 Mar 09:03
Compare
Choose a tag to compare

The work on mistakes never ends.

GULP:

Now the build runs in two modes: normal and prod.
How to run prod, see here.

SCRIPTS:

  • Switching compilation of result scripts => es2018.
  • Burger Menu => the ability to disable auto-padding has been added.
  • Element Modal => the ability to use focus to open the menu has been added.
  • Added AnimateByScroll module.

STYLUS:

  • New code style, better for emmet and formatting.

FONTS:

OTHER:

Variables have been moved to a separate file.

Connecting scripts and styles via fileInclude is no longer used.

A new connection type for favicon.

Added a script for cleaning and configuring the build.

New snippets. Bug update for wiki, добавлен раздел на русском языке.