Skip to content

Commit

Permalink
gists! api auth via val.town, post, patch
Browse files Browse the repository at this point in the history
  • Loading branch information
forresto committed Dec 23, 2024
1 parent 638a505 commit 17b9b4f
Show file tree
Hide file tree
Showing 2 changed files with 490 additions and 248 deletions.
10 changes: 5 additions & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function() {
module.exports = function() {
(function () {
module.exports = function () {
var banner =
"/*! <%= pkg.title %> <%= pkg.homepage %> - v<%= pkg.version %> - <%= grunt.template.today('yyyy-mm-dd') %> (<%= grunt.template.date('longTime') %>)\n* Copyright (c) <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>; Licensed MIT, AGPL. */\n";

Expand Down Expand Up @@ -82,7 +82,7 @@
'!src/nodes/webgl-sphere.js',
],
options: {
esversion: 6,
esversion: 9,
browser: true,
sub: true,
globals: {
Expand Down Expand Up @@ -127,7 +127,7 @@
});

// Only lint the changed file when watching
this.event.on('watch', function(action, filepath) {
this.event.on('watch', function (action, filepath) {
grunt.config('jshint.force.files.src', filepath);
});

Expand All @@ -146,4 +146,4 @@
this.registerTask('test', ['jshint:all']);
this.registerTask('default', ['test', 'build']);
};
}.call(this));
}).call(this);
Loading

0 comments on commit 17b9b4f

Please sign in to comment.