Skip to content

Commit

Permalink
Merge pull request #267 from cmv/fix/remove-old-toc-widget
Browse files Browse the repository at this point in the history
Fix/remove old toc widget
  • Loading branch information
DavidSpriggs committed Oct 28, 2014
2 parents 278daea + 91bec15 commit c5d278e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 956 deletions.
8 changes: 4 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,21 @@ module.exports = function(grunt) {
build: {
expand: true,
cwd: 'dist/viewer',
src: ['**/*.css', '!**/dbootstrap/**'],
src: ['**/*.css'],
dest: 'dist/viewer'
}
},
cssmin: {
build: {
expand: true,
cwd: 'dist/viewer',
src: ['**/*.css', '!**/dbootstrap/**'],
src: ['**/*.css'],
dest: 'dist/viewer'
}
},
jshint: {
build: {
src: ['viewer/**/*.js', '!**/dbootstrap/**', '!**/TOC.js'],
src: ['viewer/**/*.js'],
options: {
jshintrc: '.jshintrc',
reporter: require('jshint-stylish')
Expand Down Expand Up @@ -138,7 +138,7 @@ module.exports = function(grunt) {
files: [{
expand: true,
cwd: 'dist/viewer',
src: ['**']
src: ['**', '!**/dijit.css']
}]
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ConfigurableMapViewerCMV",
"version": "1.3.0",
"version": "1.3.1",
"author": "cmv.io - https://github.com/cmv/",
"license": "MIT",
"year": "2014",
Expand Down
Loading

0 comments on commit c5d278e

Please sign in to comment.