Skip to content

Tam/build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build

An opinionated build system for front-end web development.

Currently supports:

  • Sass
    • Supports glob imports (i.e. @import "glob:../../templates/**/*.scss";)
  • Less
  • ES6 JS / JSX
  • JSON Manifest (NOT webmanifest)
  • Critical CSS
  • File copy sync

Installation

With Yarn:

$ yarn add -g tam/build

Or NPM:

$ npm i -g tam/build

Usage

To compile your assets in development mode with file watching run:

$ build

To create production builds and generate critical CSS run:

$ build p

To generate a dedicated config file run:

$ build init

Configuration

There are two ways to configure build (should you need to). The first is in your package.json file, and the second is via a dedicated build.config.js file.

You can configure build in your package.json by adding a build property that maps to an object of your settings.

For more advanced configuration that can use Node JS you'll want to use the build.config.js file. Run the build init command to generate this file.

Available Config Options

Navigation

You can navigate up and down the message log using the following keys:

  • Shift + ] - Jump up 5 lines
  • Shift + [ - Jump down 5 lines
  • [Up arrow] or k - Jump up 1 line
  • [Down arrow] or j - Jump down 1 line

TODO

  • Write install / usage / config docs
  • Remove BrowserSync (or replace it with something simpler)?
  • Allow config options to be set in package.json
  • Merge config from package.json into build.config.js when creating it
  • Add CLI flags for temporary overrides (i.e. prod build without critical --no-crit)
  • Support critical.cssUrl being both absolute and relative to critical.baseUrl
  • Watch package.json or build.config.js for changes and update everything accordingly
  • Support scrolling through log
  • build init should have to option to create build.config.js or add build to package.json with defaults

About

A self contained build system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published