Skip to content

Commit

Permalink
TEMP add current version of shape-editor-4.0.0 don't copyShapeEditor …
Browse files Browse the repository at this point in the history
…in build
  • Loading branch information
will-moore committed May 9, 2018
1 parent 008eca9 commit c264815
Show file tree
Hide file tree
Showing 3 changed files with 2,430 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ dist
omero_figure.egg-info
omero_figure/static/figure/figure.js
omero_figure/static/figure/templates.js
omero_figure/static/figure/3rdparty/shape-editor*
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ module.exports = function (grunt) {

// Single task required in order to build OMERO.figure.
grunt.registerTask('build', [
'concat', 'jst', 'copy:shapeEditor'
'concat', 'jst',
]);
};
Loading

0 comments on commit c264815

Please sign in to comment.