npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

webks-gulp-scripts

v2.0.9

Published

webks.de default scripts for Gulp frontend development.

Downloads

28

Readme

webks Gulp Scripts

webks.de default scripts for Gulp frontend development. The goal of this repository is to have a central place for our current Gulp frontend scripts and be able to self-update this script from the single instances.

The gulpfile.js from this repository is regulary updated in our projects by the 'gulp self-update' task.

Our gulpfile.js comes with a gulpfile.variables.js file, with predefined variables for each of the systems we work with (Drupal, Wordpress, JTL-Shop).

Initial Setup

  1. Run "npm install webks-gulp-scripts"
  2. Copy the gulpfile.mjs and YOUR_SYSTEM/__gulpfile.variables.mjs to your (themes) root directory.
  3. Rename __gulpfile.variables.mjs to gulpfile.variables.mjs and modify its variables. Furthermore you may like to add this file to your .gitignore, if you dont like to have those informations in a public repository or whatever.

Update gulpfile.js & __gulpfile.variables.js

  1. Run 'gulp selfUpdate'

Troubleshooting

NPM throws "Error: Cannot find module 'x'"

run 'rm -rf node_modules && rm package-lock.json && npm install'

BrowserSync: Firefox doesn't update the styles without clearing the cache

Simply opfen your devtools go to settings, scroll down to "Advanced settings" and check "Disable HTTP cache when toolbox is open". Now - while your devtools are open, the changes should be visible, if BrowserReload reloads the tab.