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

grunt-closure-coffee-stack

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-closure-coffee-stack - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "grunt-closure-coffee-stack",
"version": "0.0.3",
"version": "0.0.4",
"description": "Everything you need for Google Closure. Precise configuration, Soy templates, localization, TDD stack, and even CoffeeScript support. File watcher included.",

@@ -5,0 +5,0 @@ "keywords": [ "Closure", "CoffeeScript", "Compiler", "Google", "Soy" ],

@@ -1,22 +0,14 @@

# grunt-este [![Build Status](https://secure.travis-ci.org/steida/grunt-este.png?branch=master)](http://travis-ci.org/steida/grunt-este) [![Dependency Status](https://david-dm.org/steida/grunt-este.png)](https://david-dm.org/steida/grunt-este) [![devDependency Status](https://david-dm.org/steida/grunt-este/dev-status.png)](https://david-dm.org/steida/grunt-este#info=devDependencies)
# grunt-closure-coffee-stack
Tasks for Google Closure Library and Compiler. It's used in [Este](https://github.com/steida/este/) dev stack.
Tasks for Google Closure Library and Compiler.
## Tasks
- **esteBuilder**: Builder for Google Closure application
- **coffee2closure**: Fixes CoffeeScript compiled output for Google Closure Compiler
- **esteCompiler**: Simple Google Closure Compiler wrapper
- **esteDeps**: Google Closure dependency calculator
- **esteExtractMessages**: Extract messages defined with goog.getMsg
- **esteTemplates**: Google Closure Templates compiler
- **esteUnitTests**: Super-fast unit testing for Google Closure with Mocha in Node.js
- **builder** : Builder for Google Closure application
- **coffee2closure** : Fixes CoffeeScript compiled output for Google Closure Compiler
- **deps** : Google Closure dependency calculator
- **templates** : Google Closure Templates compiler
- **tests** : Super-fast unit testing for Google Closure with Mocha in Node.js
## Usage
Take a look at [Este](https://github.com/steida/este/) application boilerplate.
## License
Copyright (c) 2013 Daniel Steigerwald
Licensed under the MIT license.
## Credits
Originally authored by Daniel Steigerwald(steida). This is just an updated version for my stack.

@@ -51,7 +51,2 @@ /*

// Lazy preload React.
// TODO: Don't embed React. It sucks in Node.js. Fix it for Closure.
goog.require('este.thirdParty.react');
React = React || goog.global.React;
// Mock browser.

@@ -58,0 +53,0 @@ var doc = jsdom();

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