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

Commit

Permalink
Merge pull request #18 from bbc/tests-and-bin
Browse files Browse the repository at this point in the history
Updated bin code and fixed tests
  • Loading branch information
fewstera authored Nov 1, 2017
2 parents dd618d3 + b210a3d commit d956220
Show file tree
Hide file tree
Showing 6 changed files with 1,314 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ module.exports = function(grunt) {
var requirePaths = {
'template_engine': 'empty:',
'ShareTools': 'ShareToolsController',
'text': './../node_modules/requirejs-text/text'
'text': '../node_modules/requirejs-text/text'
};
var jasminePaths = JSON.parse(JSON.stringify(requirePaths)); // quick dirty object clone
jasminePaths['template_engine'] = '../bower_components/template_engine/template_engine';
jasminePaths['template_engine'] = '../node_modules/template_engine/template_engine';

grunt.initConfig({
jasmine: {
Expand Down
2 changes: 1 addition & 1 deletion bin/sharetools.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d956220

Please sign in to comment.