
Product
Introducing Pull Request Stories to Help Security Teams Track Supply Chain Risks
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
grunt-shdrsconcat
Advanced tools
Unifies all shaders in a single object. The content of each shader is concatenated into a single string.
Grunt plugin for unifying all shaders in a single object. The content of each shader is concatenated into a single string.
This plugin requires Grunt ~0.4.1
.
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-shdrsconcat --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-shdrsconcat');
In your project's Gruntfile, add a section named shdrsconcat
to the data object passed into grunt.initConfig()
.
grunt.initConfig({
shdrsconcat: {
options: {
// Task-specific options go here.
},
your_target: {
// Target-specific file lists and/or options go here.
}
},
})
Type: String
The object where the shaders will be added.
Type: String
A prefix that will be added to the file.
The following example shows how to use the task.
grunt.initConfig({
src: {
options: {
object: 'ShaderLibrary'
},
files: {
'ShaderLibrary.js': [
'src/shaders/*.vert',
'src/shaders/*.frag'
]
}
}
})
Pull requests, feature ideas and bug reports are welcome.
MIT.
FAQs
Unifies all shaders in a single object. The content of each shader is concatenated into a single string.
The npm package grunt-shdrsconcat receives a total of 0 weekly downloads. As such, grunt-shdrsconcat popularity was classified as not popular.
We found that grunt-shdrsconcat 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 new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.