Socket
Socket
Sign inDemoInstall

@netcentric/fe-build

Package Overview
Dependencies
17
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @netcentric/fe-build

Frontend build tools for AEM projects.


Version published
Weekly downloads
477
decreased by-23.31%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

@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

Keywords

FAQs

Last updated on 31 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc