Lots of updates
This commit is contained in:
parent
e3cfff8310
commit
39e7af6238
454 changed files with 221168 additions and 36622 deletions
36
app/bower_components/angular-leaflet-directive/grunt/concat.json
vendored
Normal file
36
app/bower_components/angular-leaflet-directive/grunt/concat.json
vendored
Normal file
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"dist": {
|
||||
"options": {
|
||||
"banner": "/*!\n* <%= pkg.name %> <%= pkg.version %> <%= grunt.template.today(\"yyyy-mm-dd\") %>\n* <%= pkg.description %>\n* <%= pkg.repository.type %>: <%= pkg.repository.url %>\n*/\n(function(angular){\n'use strict';\n",
|
||||
"footer": "\n}(angular));"
|
||||
},
|
||||
"src": [
|
||||
"src/directives/leaflet.js",
|
||||
"src/services/*.js",
|
||||
"src/**/*.js"
|
||||
],
|
||||
"dest": "dist/angular-leaflet-directive.pre.js"
|
||||
},
|
||||
"license": {
|
||||
"src": [
|
||||
"src/header-MIT-license.txt",
|
||||
"dist/angular-leaflet-directive.no-header.js"
|
||||
],
|
||||
"dest": "dist/angular-leaflet-directive.js"
|
||||
},
|
||||
"license-minified": {
|
||||
"src": [
|
||||
"src/header-MIT-license.txt",
|
||||
"dist/angular-leaflet-directive.min.no-header.js"
|
||||
],
|
||||
"dest": "dist/angular-leaflet-directive.min.js"
|
||||
},
|
||||
"examples": {
|
||||
"options": {
|
||||
"banner": "(function(angular){ \nvar app = angular.module('webapp');\n",
|
||||
"footer": "}(angular));"
|
||||
},
|
||||
"src": ["examples/js/controllers/*.js"],
|
||||
"dest": "examples/js/controllers.js"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue