Socket
Socket
Sign inDemoInstall

aitom-frontenddependencies

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aitom-frontenddependencies

Utility for copying frontend dependecies to vendor folders


Version published
Weekly downloads
14
decreased by-12.5%
Maintainers
1
Weekly downloads
 
Created
Source

aitom-frondenddependencies

Utility for copying npm installed dependencies packages into a /app/fe/themes/default/vendor and /htdocs/fe/vendor directory and clean them from unnecessary files. JS and CSS files in htdocs vendor folder are above that automaticaly minified.

Installation

npm install --save-dev aitom-frontendDependencies

Configuration

The packages listed in dependencies should have been already installed with npm install --save <packagename> or similar, that means they should exist.

Then you can run /node_modules/.bin/aitom-frontenddependencies by hand, or even better, make it a postinstall script by adding to your package.json scripts sections something like:

"scripts": {
    "postinstall": "./node_modules/.bin/aitom-frontenddependencies"
}

Keywords

FAQs

Package last updated on 08 Jan 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc