Skip to content

Commit

Permalink
Merge pull request #213 from Esri/als-v0.8-js-4.9
Browse files Browse the repository at this point in the history
Updated version to v0.9
  • Loading branch information
alaframboise authored Sep 25, 2018
2 parents a9087cc + d552f87 commit 99d6e15
Show file tree
Hide file tree
Showing 15 changed files with 55 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ Here's a few ways to get started:
Run the commands below:

* Run `npm install` (node_modules/bootstrap)
* Run `bower install` (bower_components/dojo-bootstrap - optional)
* Run `bower install` (bower_components/dojo-bootstrap - optional, it's local)
* Run `grunt` (build out project to ./dist/**)

NOTE: To start customizing, check out the [gruntfile.js](gruntfile.js), [build.scss](./lib/sass/build.scss) and [_variables.scss](./lib/sass/_variables.scss) files.
NOTE: To start customizing, check out the [gruntfile.js](gruntfile.js), [build.scss](./lib/sass/build.scss) and [_variables.scss](./lib/sass/_variables.scss) files. You can also create a custom (smaller) build of bootstrap with [build-calicte-maps-bootstrap.scss](./lib/sass/build-calicte-maps-bootstrap.scss) by adding/removing components.

## Example

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "calcite-maps",
"version": "0.0.2",
"version": "0.9",
"homepage": "https://github.com/esri/calcite-maps",
"authors": [
"Allan Laframboise <alaframboise@esri.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/css/calcite-maps-arcgis-3.x.min-v0.9.css

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

2 changes: 1 addition & 1 deletion dist/css/calcite-maps-arcgis-4.x.min-v0.9.css

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

2 changes: 1 addition & 1 deletion dist/css/calcite-maps-esri-leaflet.min-v0.9.css

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

2 changes: 1 addition & 1 deletion dist/css/calcite-maps-v0.9.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Calcite Maps v0.0.2 (http://github.com/esri/calcite-maps)
* Calcite Maps v0.9.0 (http://github.com/esri/calcite-maps)
* Copyright 2016 Esri
* Licensed under Apache (http://www.apache.org/licenses/LICENSE-2.0)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/css/calcite-maps.min-v0.9.css

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

8 changes: 7 additions & 1 deletion dist/js/dojo/calcitemaps-arcgis-support-v0.9.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
/* ========================================================================
* Calcite Maps: calcitemaps-arcgis-support.js v0.4 (dojo)
* Calcite Maps (http://github.com/esri/calcite-maps)
* Copyright 2016 Esri
* Licensed under Apache (http://www.apache.org/licenses/LICENSE-2.0)
* ======================================================================== */

/* ========================================================================
* Calcite Maps: calcitemaps-arcgis-support.js (dojo)
* ========================================================================
* Generic handlers for mapping-specific UI
*
Expand Down
8 changes: 7 additions & 1 deletion dist/js/dojo/calcitemaps-v0.9.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
/* ========================================================================
* Calcite Maps: calcitemaps.js v0.2 (dojo)
* Calcite Maps (http://github.com/esri/calcite-maps)
* Copyright 2016 Esri
* Licensed under Apache (http://www.apache.org/licenses/LICENSE-2.0)
* ======================================================================== */

/* ========================================================================
* Calcite Maps: calcitemaps.js (dojo)
* ========================================================================
* Generic handlers for mapping-specific UI
*
Expand Down
8 changes: 7 additions & 1 deletion dist/js/jquery/calcitemaps-v0.9.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
/* ========================================================================
* Calcite Maps: calcitemaps.js v0.2 (jQuery)
* Calcite Maps (http://github.com/esri/calcite-maps)
* Copyright 2016 Esri
* Licensed under Apache (http://www.apache.org/licenses/LICENSE-2.0)
* ======================================================================== */

/* ========================================================================
* Calcite Maps: calcitemaps.js (jQuery)
* ========================================================================
* Generic handlers for mapping-specific UI
*
Expand Down
8 changes: 7 additions & 1 deletion lib/js/dojo/calcitemaps-arcgis-support.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
/* ========================================================================
* Calcite Maps: calcitemaps-arcgis-support.js v0.4 (dojo)
* Calcite Maps (http://github.com/esri/calcite-maps)
* Copyright 2016 Esri
* Licensed under Apache (http://www.apache.org/licenses/LICENSE-2.0)
* ======================================================================== */

/* ========================================================================
* Calcite Maps: calcitemaps-arcgis-support.js (dojo)
* ========================================================================
* Generic handlers for mapping-specific UI
*
Expand Down
8 changes: 7 additions & 1 deletion lib/js/dojo/calcitemaps.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
/* ========================================================================
* Calcite Maps: calcitemaps.js v0.2 (dojo)
* Calcite Maps (http://github.com/esri/calcite-maps)
* Copyright 2016 Esri
* Licensed under Apache (http://www.apache.org/licenses/LICENSE-2.0)
* ======================================================================== */

/* ========================================================================
* Calcite Maps: calcitemaps.js (dojo)
* ========================================================================
* Generic handlers for mapping-specific UI
*
Expand Down
8 changes: 7 additions & 1 deletion lib/js/jquery/calcitemaps.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
/* ========================================================================
* Calcite Maps: calcitemaps.js v0.2 (jQuery)
* Calcite Maps (http://github.com/esri/calcite-maps)
* Copyright 2016 Esri
* Licensed under Apache (http://www.apache.org/licenses/LICENSE-2.0)
* ======================================================================== */

/* ========================================================================
* Calcite Maps: calcitemaps.js (jQuery)
* ========================================================================
* Generic handlers for mapping-specific UI
*
Expand Down
2 changes: 1 addition & 1 deletion lib/sass/build-calcite-maps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Map app-specific overrides for Bootstrap

/*!
* Calcite Maps v0.0.2 (http://github.com/esri/calcite-maps)
* Calcite Maps v0.9.0 (http://github.com/esri/calcite-maps)
* Copyright 2016 Esri
* Licensed under Apache (http://www.apache.org/licenses/LICENSE-2.0)
*/
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "calcite-maps",
"version": "0.0.1",
"version": "0.9.0",
"description": "Web map app design framework",
"main": "\"\"",
"dependencies": {
"grunt-cli": "^0.1.13"
"grunt-cli": "^0.1.13",
"npm": "^6.4.1"
},
"devDependencies": {
"bootstrap-sass": "^3.3.7",
Expand Down Expand Up @@ -33,7 +34,7 @@
"Bootstrap"
],
"author": "Allan Laframboise",
"license": "ISC",
"license": "Apache2",
"bugs": {
"url": "https://github.com/alaframboise/calcite-maps/issues"
},
Expand Down

0 comments on commit 99d6e15

Please sign in to comment.