Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Jul 2, 2019
1 parent 39de9a7 commit 84a5d9f
Show file tree
Hide file tree
Showing 5 changed files with 2,658 additions and 2,266 deletions.
4 changes: 2 additions & 2 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-search');

/**
* The default - and only - Grunt task simply recreates all the bundled resources. It doesn't alter the actual
* The default - and only - Grunt task recreates all the bundled resources. It doesn't alter the actual
* script at all. To use these bundled resources you need to add a $useMinifiedResources = true; var to your
* settings.php file.
*/
Expand All @@ -117,7 +117,7 @@ module.exports = function(grunt) {
'cssmin',

// generate the requireJS bundle containing all modules + core. This relies on there being a
// /cache/appStartStatic file having been auto-generated by the script first. That file is generated every
// /cache/appStartGenerated file having been auto-generated by the script first. That file is generated every
// time you click the "Reset Plugins" link
'requirejs',

Expand Down
1 change: 0 additions & 1 deletion resources/classes/Minification.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public static function getMinifiedResourcePaths() {
public static function createAppStartFile() {
$exportTypes = Core::$exportTypePlugins;
$exportTypeJSModules = ExportTypePluginHelper::getExportTypeJSResources($exportTypes, "string");

$dataTypes = DataTypePluginHelper::getDataTypeList(Core::$dataTypePlugins);
$dataTypeJSModules = DataTypePluginHelper::getDataTypeJSResources($dataTypes, "string");

Expand Down
Loading

0 comments on commit 84a5d9f

Please sign in to comment.