Skip to content

Commit

Permalink
fix require only file
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslabbe committed Oct 3, 2016
1 parent f719973 commit c798911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/public/scripts/modules/EditorUtils.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {IframeNode, IframeCommentNode} from '../utils/iframe'
import Handlebars from 'handlebars'
import math from '../../../../cli/'
import translate from '../../../../cli/'
import math from '../../../../cli/cms/templates/handlebars/math'
import translate from '../../../../cli/cms/templates/handlebars/translate-front'

Handlebars.registerHelper('math', math) // HandlebarsJS unique text helper
Handlebars.registerHelper('i18nAbe', translate) // HandlebarsJS unique text helper
Expand Down

0 comments on commit c798911

Please sign in to comment.