Skip to content

Commit

Permalink
Merge pull request #3 from jedwardhawkins/development
Browse files Browse the repository at this point in the history
Development into master
  • Loading branch information
joswhite authored Sep 5, 2017
2 parents f403853 + 68075c4 commit 7d3e783
Show file tree
Hide file tree
Showing 16 changed files with 59 additions and 3,104 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jspm_packages

# WebStorm
.idea
dist/docs

dist
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
List any bug fixes and breaking changes here along with the version in which they were committed.
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2017-xx-xx (Coming soon)
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributing to ias-icons

Coming soon.
24 changes: 24 additions & 0 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Setting up the Development Environment

The development environment builds `ias-icons.css` and the associated icon font files. It also serves
a documentation application showing all the icon fonts.

1. Clone the repository and install packages via NPM

git clone [email protected]:jedwardhawkins/ias-icons.git
cd ias-icons
npm install -g gulp-cli
npm install

2. In a terminal window:

~/ias-icons# gulp
This will build ias-icons, serve the documentation application, and watch all files for changes.

3. Navigate to localhost:8083 to view the documentation application.

## Gulp

This project uses [Gulp](https://gulpjs.com/) to build the project, watch the source for changes, and start
a local server which hosts the application.
14 changes: 14 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Copyright (c) 2017 Micro Focus

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Empty file removed LICENSE.md
Empty file.
Binary file removed dist/fonts/ias-icons.eot
Binary file not shown.
714 changes: 0 additions & 714 deletions dist/fonts/ias-icons.svg

This file was deleted.

Binary file removed dist/fonts/ias-icons.ttf
Binary file not shown.
Binary file removed dist/fonts/ias-icons.woff
Binary file not shown.
Binary file removed dist/fonts/ias-icons.woff2
Binary file not shown.
Loading

0 comments on commit 7d3e783

Please sign in to comment.