JointsWP

screenshot of JointsWP

A blank WordPress theme built with Foundation 6, giving you all the power and flexibility you need to build complex, mobile friendly websites without having to start from scratch.

Overview

JointsWP is a theme that is built on Foundation 6.5.3. It is designed to work with Node.js v6.9.x or newer. While it may seem like knowledge of Node.js and Gulp is necessary, it is actually just a requirement to ensure that all development tools are properly installed. JointsWP can be easily installed by downloading it and running npm install. Alternatively, it can be installed manually by moving the files into the /themes/ directory and then running npm install.

Features

  • JointsWP watches for changes in the assets/styles/scss directory and compiles the SCSS files, concatenates them with Foundation files, and saves them to the /styles directory. Sourcemaps are also created during this process.
  • It also watches for changes in the assets/scripts/js directory, compiling the JS files, concatenating them with Foundation JS files, and saving them to the /scripts directory. Sourcemaps are created as well.
  • Additionally, JointsWP watches for changes in the assets/images directory, optimizing and saving the image files over the original images.

Summary

JointsWP is a theme built on Foundation 6.5.3 that requires Node.js v6.9.x or newer. It simplifies the development process by automatically compiling SCSS and JS files, as well as optimizing image files. The installation process is straightforward and can be done either by running npm install or by manually moving the files into the /themes/ directory. Overall, JointsWP is a useful tool for web developers looking to streamline their workflow.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.