Skip to content

Commit

Permalink
Merge pull request #3 from stadtnavi/exclude-3rdparty-css
Browse files Browse the repository at this point in the history
Exclude unneeded 3rd party css from dist css
  • Loading branch information
leonardehrenfried authored Dec 3, 2024
2 parents 7d3c76f + c76b88e commit 8b2dfa7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ module.exports = function(grunt) {
'node_modules/leaflet.photon/leaflet.photon.css',
'node_modules/leaflet.locatecontrol/dist/L.Control.Locate.css',
'src/**/*.css',
'!src/tiny.css'
'!src/tiny.css',
'!src/bootstrap.min.css',
'!src/fontello-embedded.css',
],
dest: 'dist/latest/<%= pkg.name %>.css'
},
Expand Down

0 comments on commit 8b2dfa7

Please sign in to comment.