Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
grunt-surge
Advanced tools
Easily deploy to a CDN with Grunt.
This plugin requires Grunt ~0.4.1
If you haven’t used Grunt before, consider taking a look at the stand-alone version of Surge.
Otherwise, be sure to check out the Grunt’s Getting Started guide. 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 --save-dev grunt-surge
Next, add it to your project’s Gruntfile.js
:
// Gruntfile.js
module.exports = function(grunt) {
grunt.initConfig({
surge: {
'my-project-name': {
options: {
project: 'dist/',
domain: 'my-project-name.surge.sh'
}
}
}
});
grunt.loadNpmTasks('grunt-surge');
};
Now you can register a Grunt task to deploy the project to the specified domain:
grunt.registerTask('deploy', ['surge']);
Thanks for considering contributing! There’s information about how to get started here.
Copyright © 2014–2015 Chloi Inc.
FAQs
Publish web apps and static sites to the Surge CDN, through Grunt.
We found that grunt-surge 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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.