New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cartridge-copy-assets

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cartridge-copy-assets

Copy module for the cartridge project

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Cartridge Copy Assets Build Status

Copy Assets expansion pack for Cartridge

To use this module, you will need cartridge-cli installed and have a cartridge project setup.

npm install cartridge-copy-assets --save-dev

Maintainers

NameGithub Profile
Matthew Claffeycode-mattclaffey
Tristan Ashleytawashley

Task Config

Copy tasks are defined in the task.copy-assets.js config file. Each key of the taskConfig object makes a new gulp task.

The only predefined task, copy-assets, runs all copy tasks one after another.

How to add new copy tasks

Copy tasks are described in the config file task.copy-assets.js. Adding a new key to the taskConfig object outlines a copy task.

var taskConfig = {
		fonts: {
			src: 'path/to/src', //This can be a file, folder or glob
			dest: 'path/to/dest' //If directory doesn't exist, it will be created
		}
};

This will create the copy task fonts for you as long as your src & dest directories are correct.

Running gulp copy-assets:fonts will copy the contents of the path fonts.src to the path fonts.dest


Development

Commit message standards Commitizen friendly

Try and adhere as closely as possible to the Angular commit messages guidelines.

Commitizen is a command line tool which can help with this:

npm install -g commitizen

Now, simply use git cz instead of git commit when committing.

Keywords

FAQs

Package last updated on 29 Nov 2018

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