Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
grunt-divshot
Advanced tools
Perform common Divshot commands using Grunt.
See Divshot docs for documentation and details about options and how to configure your app.
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-divshot --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-divshot');
In your project's Gruntfile, add a section named divshot
to the data object passed into grunt.initConfig()
.
grunt.initConfig({
divshot: {
server: {
options: {
//
}
}
}
})
By default, grunt-divshot
will read your configurations from your divshot.json
file. If no file is provided, the defaults will be used.
Each of these options are, well, optional. Any values provided will override any configurations you have in your divshot.json
file.
Type: Boolean
Default value: true
Once grunt's tasks have completed, the web server stops. This behavior can be changed with the keepAlive
option
Type: Number
Default value: 3474
The port number to run the server on
Type: String
Default value: 127.0.0.1
The hostname to run the server at
Type: String
Default value: ./
The relative path the the directory to run the server out of
Type: Boolean
Default value: false
Force Divshot.io server to write clean urls for .html
files
Type: Object
Default value: {}
Key/value pairs of glob to path routing
Type: Object
Default value: {}
Key/value pairs of glob to path cache control settings
Type: Object
Default value: {}
Key/value paris of globs that describe various redirects within your app
grunt-divshot lets you deploy to any environment that is available to you on Divshot (i.e. production, staging, etc.)
In your project's Gruntfile, add a section named any of the above tasks.
'divshot:push': {
production: {
// options
},
staging: {
// options
}
}
The values in your divshot.json
file are the values that will configure your app on the Divshot hosting servers. If you have any special configuration in your Gruntfile.js
under server
, you'll need to add those values to your divshot.json
file in order to see their effects on Divshot.
type: String
Default value: null
Optionally override your user access token. Useful for build and deploy environments.
Each corresponds the features available in the divshot-cli
type: Array
Default value: []
Array of globs of files or directories to exclude on deploy
FAQs
Grunt task for Divshot
The npm package grunt-divshot receives a total of 0 weekly downloads. As such, grunt-divshot popularity was classified as not popular.
We found that grunt-divshot demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.