
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
grunt-cmd-concatself
Advanced tools
Concatenate cmd files.
This plugin requires Grunt ~0.4.0
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, you may install this plugin with this command:
npm install grunt-cmd-concat --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-cmd-concat');
In your project's Gruntfile, add a section named concat
to the data object passed into grunt.initConfig()
.
grunt.initConfig({
concat: {
options: {
// Task-specific options go here.
},
your_target: {
// Target-specific file lists and/or options go here.
},
},
})
Type: Array
Default value: ['sea-modules']
Where are the modules in the sea.
Type: String
Default value: 'self'
Optional values:
How should it include its dependencies.
Type: String
Default value: ', '
A string value that is used to do something with whatever.
Type: String
The banner of the concated files.
Type: String
The footer of the concated files.
Type: Boolean
Default Value: false
If set true, it will be treated as a noncmd file.
Type: Object
Uglify prettifier, you really don't have to change this value.
Type: Object
Processors are functions to find the related files to concat.
Type: Function
Default value: null
If a javascript module required a css, the css should be transported to js.
You can get a css2js function from grunt-cmd-transport
:
var style = require('grunt-cmd-transport').style.init(grunt);
grunt.initConfig({
concat: {
foo: {
options: {
css2js: style.css2js
}
}
}
});
This is the same as grunt-contrib-concat
.
grunt.initConfig({
concat: {
foo: {
options: {
noncmd: true
},
files: {
'dist/a.js': ['src/a.js', 'src/b.js'],
}
}
}
})
This will include all relative dependencies.
You should transport your modules first, make sure your modules contain id and dependencies.
Get transport task.
grunt.initConfig({
concat: {
foo: {
options: {
include: 'relative'
},
files: {
'dist/a.js': ['src/a.js', 'src/b.js'],
}
}
}
})
The a.js
is something like:
define('a', ['./c'], ...)
And the result should be the concat of a.js
, c.js
and b.js
.
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
July 8th, 2013 0.2.5
fix pkg not exist
June 27th, 2013 0.2.4
css2js need options
June 18th, 2013 0.2.3
April 23th, 2013 0.2.2
April 16th, 2013 0.2.1
April 11th, 2013 0.2.0
April 10th, 2013 0.1.1
cmd-util
April 1st, 2013 0.1.0
First version.
FAQs
custom grunt-cmd-concat for personal use
The npm package grunt-cmd-concatself receives a total of 0 weekly downloads. As such, grunt-cmd-concatself popularity was classified as not popular.
We found that grunt-cmd-concatself demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.