Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-particles-assetmanager

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-particles-assetmanager

An asset manager for the Particles platform, based on Grunt

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Synopsis

An asset manager for the Particles platform, based on Grunt.

NPM

Build Status Dependency Status

What it does

The current pipeline will:

  • Clean the old temporary assets directory
  • Collect all assets directories using Scatter services register_assets_dir, register_views_dir
  • Gather all assets into a temporary directory
  • Compiles stylesheets registered with the Scatter service use_scripts
  • Inject scripts, stylesheets and views from respectively the services use_scripts, use_stylesheets, contribute_views
  • [Optional] Watch all the registered assets dirs for changes and re-run the pipeline if any change is detected
  • [Optional] Run the application entry point (config param main) and restart the application if any change in the application source (registered particles) is detected.

Limitations (TODO):

  • Does not minify/bundle for production yet
  • Supports only Jade for injections

Available Grunt Tasks

  • particles-update: build assets without cleaning
  • particles-build: clean and build assets
  • particles-build-and-watch: build then start to watch assets for changes
  • particles-develop: build assets, starts the app. Watch assets and sources.

Before any of the above task can be run, a grunt-particles task has to execute to kickstart and configure the Scatter container.

Config

  • assets.viewsDir
  • assets.assetsDir
  • [assets.publicUrlRoot]

Example config

{appRoot}/config/defaults.json:

{
  "generatedDir": "${appRoot}/generated",
  "assets": {
    "viewsDir": "${generatedDir}/views/",
    "assetsDir": "${generatedDir}/assets/",
    "publicUrlRoot": "public"
  },
  "particles": {
    "app": {
      "particles": ["${appRoot}/lib"]
    }
  }
}

License

MIT


Bitdeli Badge

Keywords

FAQs

Package last updated on 22 Jan 2014

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