Skip to content

Commit

Permalink
Start down path of adding better error msg for apps updating to sails…
Browse files Browse the repository at this point in the history
…-hook-grunt@4 (but will revert because theres no obvious clean way of doing this that doesnt make it harder to continue using JST/coffee yourself)
  • Loading branch information
mikermcneil committed Jun 7, 2019
1 parent 405b3ec commit 5db5366
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions accessible/load-grunt-tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ var includeAll = require('include-all');
*/
module.exports = function loadGruntTasks (appPath, grunt){

// Verify that reviously-built-in-but-no-longer-included-by-default Grunt plugins:
// ========================================================
var NO_LONGER_BUILT_IN_GRUNT_PLUGINS = [
'grunt-contrib-jst',
'grunt-contrib-coffee'
];


// Load built-in Grunt plugins.
// ========================================================
Expand Down

0 comments on commit 5db5366

Please sign in to comment.