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

grunt-ozjs

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-ozjs

grunt tasks for oz.js and ozma.js

  • 0.1.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

grunt-ozjs

OzJS is a microkernel for modular javascript, with bundles of powerful yet micro-framework friendly AMD modules.

Ozma is an autobuild tool for OzJS based WebApp

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with:

npm install grunt-ozjs

Then add this line to your project's grunt.js gruntfile:

grunt.loadNpmTasks('grunt-ozjs');
Config Example
oz: {
    // not yet
},
ozma: {
    dist: {
        src: 'tests/js/main.js',
        config: { // or existing configuration file
            baseUrl: "tests/js/",
            distUrl: "tests/.tmp/js/",
            loader: "lib/oz.js",
            disableAutoSuffix: true
        },
        save_config: false, // or specified path and file name
        debounceDelay: 3000
    }
}
Options

For a full list of possible options, see the grunt.js example.

Examples

Execute the following command from ./ directory

grunt ozma:dist

See tests/.tmp/js/main.js

Then execute:

grunt

See tests/index.html and tests/dist/js/

License

Copyright (c) 2012 dexteryy
Licensed under the MIT license.

Keywords

FAQs

Package last updated on 16 Oct 2012

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