Gathering detailed insights and metrics for grunt-typed-coffee-script
Gathering detailed insights and metrics for grunt-typed-coffee-script
Gathering detailed insights and metrics for grunt-typed-coffee-script
Gathering detailed insights and metrics for grunt-typed-coffee-script
Compile CoffeeScript files to JavaScript with the CoffeeScript Redux compiler.
npm install grunt-typed-coffee-script
Typescript
Module System
Min. Node Version
NPM Version
CoffeeScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
6 Stars
16 Commits
3 Forks
3 Watchers
1 Branches
3 Contributors
Updated on May 03, 2022
Latest Version
0.2.5-3
Package Id
grunt-typed-coffee-script@0.2.5-3
Size
4.24 kB
NPM Version
1.3.11
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
4
Compile CoffeeScript files to JavaScript with the CoffeeScript Redux compiler.
If you haven't used grunt before, be sure to check out the Getting Started guide, as it explains how to create a gruntfile as well as install and use grunt plugins. Once you're familiar with that process, install this plugin with this command:
1npm install grunt-coffee-redux --save-dev
Run this task with the grunt coffeeredux
command.
This task is a [multi task][] so any targets, files and options should be specified according to the [multi task][] documentation. [multi task]: https://github.com/gruntjs/grunt/wiki/Configuring-tasks
This plugin provides the CoffeeScript Redux compiler.
Type: boolean
Default: no
Compile the JavaScript without the top-level function safety wrapper.
Type: boolean
Default: no
Create a source map and a CoffeeScript file with all concatenated sources in the same folder as the target JavaScript file.
The source map will be named like this: #{targetJsFileName}map.json
, e.g.:
helloworld.jsmap.json
.
The CoffeeScript file with all concatenated sources will be named like this:
#{targetJsFileName}.coffee
, e.g.: helloworld.js.coffee
.
1coffeeredux: 2 options: 3 bare: false 4 sourceMap: true 5 compile: 6 files: 7 'tmp/helloworld.js': [ 8 'test/fixtures/hello.coffee' 9 'test/fixtures/world.coffee' 10 ]
This configuration will create following files in the tmp
folder:
helloworld.js.coffee
: This is the result of the concatenation of the
files hello.coffee
and world.coffee
.
helloworld.jsmap.json
: The source map who is pointing to the
helloworld.js.coffee
.
'helloworld.js': Is the to JavaScript compiled version of the
helloworld.js.coffee
file.
Task submitted by Moritz Heuser
This file was generated on Sun Feb 10 2013 11:15:56.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 2/16 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More