mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Lint
Remove min context, we don't use it anymore.
This commit is contained in:
parent
650b98c009
commit
f9bb5592d4
2 changed files with 2 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
var requireAll = function (requireContext) {
|
||||
return requireContext.keys().map(requireContext);
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = requireAll;
|
||||
|
|
|
@ -19,8 +19,5 @@ module.exports = {
|
|||
og_image_height: 860,
|
||||
|
||||
// Analytics & Monitoring
|
||||
ga_tracker: process.env.GA_TRACKER || '',
|
||||
|
||||
// Use minified JS libraries
|
||||
min: (process.env.NODE_ENV === 'production') ? '.min' : '',
|
||||
ga_tracker: process.env.GA_TRACKER || ''
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue