Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Remove unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed May 1, 2017
1 parent 4ad6ed2 commit fa5b014
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/modules/helpers/theme_helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

// Node modules
const Cheerio = require('cheerio');
const Fs = require('fs');
const He = require('he');
const Moment = require('moment');
const Path = require('path');
Expand Down Expand Up @@ -158,7 +157,6 @@ module.exports = (dust) => {
return chunk.map((chunk) => {
const locals = context.options.locals;
const MakeUrl = require(Path.join(__basedir, 'source/modules/make_url.js'))(locals.Settings);

let isEditor = context.options.locals.isEditor;
let toolbar = Path.join(__basedir, 'source/views/partials/theme_toolbar.dust');
let script = MakeUrl.raw('assets/js/tinymce.bundle.js');
Expand Down

0 comments on commit fa5b014

Please sign in to comment.