Skip to content

All-in-one solution for modern Frontend projects, with special focus on AEM (Adobe Experience Manager)

License

Notifications You must be signed in to change notification settings

marcode04/fe-build

 
 

Repository files navigation

@netcentric/fe-build

Frontend build tools for AEM projects.

Version Build Status CodeQL Analysis semver: semantic-release License

Abstract

All-in-one solution for modern Frontend projects, with special focus on Adobe Experience Manager development (AEM). It compiles your Scss and JS source files and creates the appropriate clientLibs to be included by AEM.

Getting started

Use npm to install fe-build:

npm i @netcentric/fe-build

Add the nc-fe-build task in the scripts section of your package.json file:

  "scripts": {
    "build": "nc-fe-build"
  },

Create a directory named src and put some Scss and JS files there named ".source.scss" and ".source.js".

Create a file named .febuild file one level up from where the source code directory is with the following content:

module.exports = {}

Finally, run the build task:

npm run build

Features

JavaScript

CSS

ClientLibraries

  • Automatically create clientLibrary resources based on the source files.
  • Include all generated CSS and JS files in the css.txt and js.txt files.

Guides

About

All-in-one solution for modern Frontend projects, with special focus on AEM (Adobe Experience Manager)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.3%
  • SCSS 2.0%
  • Other 1.7%