Skip to content

Commit

Permalink
Merge pull request #152 from humhub/enh/grunt-dependency-updates
Browse files Browse the repository at this point in the history
JS Dependency Updates
  • Loading branch information
luke- authored Oct 2, 2024
2 parents 8ddc3c9 + f3b9d5f commit 8dd137d
Show file tree
Hide file tree
Showing 5 changed files with 1,780 additions and 866 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
const path = require('path');

const pluginNodeResolve = require('@rollup/plugin-node-resolve');
const pluginEslint = require('@rollup/plugin-eslint');
const pluginJson = require('@rollup/plugin-json');
const pluginBuble = require('@rollup/plugin-buble');
const pluginReplace = require('@rollup/plugin-replace');
const pluginCommonjs = require('@rollup/plugin-commonjs');
const rollupTask = require('./src/grunt-rollup/tasks/rollup.js');

module.exports = function(grunt) {
grunt.initConfig({
Expand Down Expand Up @@ -81,8 +81,8 @@ module.exports = function(grunt) {
}
});

rollupTask(grunt)
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-rollup');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.registerTask('default', ['rollup', 'copy']);
};
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
2.1.6 (Unreleased)
-------------------
- Enh #149: JS Dependency Updates
- Enh #152: Grunt JS Dependency Updates

2.1.5
-----
Expand Down
Loading

0 comments on commit 8dd137d

Please sign in to comment.