Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

License

NotificationsYou must be signed in to change notification settings

Netcentric/fe-build

Frontend build tools for AEM projects.

VersionBuild StatusCodeQL Analysissemver: semantic-releaseLicense

Abstract

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

Getting started

Usenpm to install fe-build:

npm i @netcentric/fe-build

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

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

Create a directory namedsrc 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 createclientLibrary 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

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp