Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

chore(website): Updated links #181

Merged
merged 2 commits into from
Nov 4, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions website/javascript.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

<script src="http://cdn.leafletjs.com/leaflet-0.7.1/leaflet.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.6/angular.min.js"></script>
<script src="/js/angular-leaflet-directive.min.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.7.5/leaflet.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.8/angular.min.js"></script>
<script src="/js/ui-leaflet.min.js"></script>
6 changes: 3 additions & 3 deletions website/partials/extend.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h3>Building, testing and developing</h3>
<p><strong>Coding style:</strong>
<ul>
<li>We use
<a href="https://raw.github.com/tombatossals/angular-leaflet-directive/master/.editorconfig">this .editorconfig file</a>
<a href="https://raw.githubusercontent.com/angular-ui/ui-leaflet/master/.editorconfig">this .editorconfig file</a>
to define our coding style between IDE's. You can find more info about this on
<a href="http://editorconfig.org/">http://editorconfig.org</a>.
</li>
Expand All @@ -24,9 +24,9 @@ <h3>Building, testing and developing</h3>
</p>
<p><strong>Grunt:</strong> We use <a href="http://gruntjs.com/">Grunt</a>
as a tool to automate building, linting, testing and minifying the code. You can see the development utilities used on the
<a href="https://github.com/tombatossals/angular-leaflet-directive/blob/master/package.json">package.json</a>
<a href="https://github.com/angular-ui/ui-leaflet/blob/master/package.json">package.json</a>
file, and the grunt tasks on the
<a href="https://raw.github.com/tombatossals/angular-leaflet-directive/master/Gruntfile.js">Gruntfile.js file</a>.
<a href="https://raw.github.com/angular-ui/ui-leaflet/master/Gruntfile.js">Gruntfile.js file</a>.
Before we can use Grunt, we must install the required packages via npm, let's see an example of how to install the project dependencies.
First, make sure you have npm and grunt-cli installed globally. See how to install the Grunt tools below.
</p>
Expand Down