Skip to content

Commit b48bfbc

Browse files
Mohammed ArifMohammed Arif
authored andcommitted
Deleted require.js and updated the readme.
1 parent eff1423 commit b48bfbc

File tree

2 files changed

+6
-2065
lines changed

2 files changed

+6
-2065
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JavaScript Boilerplate v1.2
22

3-
[![Build Status][build-image]][build-url] [![Dependency Status][dependencies-image]][dependencies-url] [![License][license-image]][license-url] [![Version][version-image]][version-url] [![Code Climate](https://codeclimate.com/repos/558392546956804e780009ea/badges/9cb6feeef61e41a567ad/gpa.svg)](https://codeclimate.com/repos/558392546956804e780009ea/feed)
3+
[![Build Status][build-image]][build-url] [![Dependency Status][dependencies-image]][dependencies-url] [![License][license-image]][license-url] [![Version][version-image]][version-url] [![Code Climate][codeclimate-image]] [codeclimate-url]
44

55
JavaScript Boilerplate is the collection of best practices using a design pattern (Global Abatement) with the use of defined namespaces that would help you to protect our code. It is developed in a modular way with some commonly used utility methods provided that you would find useful for common operations. It is equipped with the configuration file in the form of an object literal that can be used to store global objects, config ids, URLs or textual strings. This framework has been designed to work as a ready to use template that you can build further in your projects as needed as it outlines the framework neatly and exhibits an approach to extend it.
66

@@ -140,11 +140,15 @@ See [LICENSE](LICENSE)
140140
[build-image]: http://img.shields.io/travis/mdarif/JavaScript-Boilerplate.svg?style=flat
141141
[build-url]: http://travis-ci.org/mdarif/JavaScript-Boilerplate
142142

143-
[dependencies-image]: http://img.shields.io/gemnasium/mdarif/JavaScript-Boilerplate.svg?style=flat
143+
[dependencies-image]: https://gemnasium.com/mdarif/JavaScript-Boilerplate.svg?style=flat
144144
[dependencies-url]: https://gemnasium.com/mdarif/JavaScript-Boilerplate
145145

146146
[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
147147
[license-url]: LICENSE
148148

149149
[version-image]: http://img.shields.io/github/tag/mdarif/JavaScript-Boilerplate.svg?style=flat
150150
[version-url]: https://github.com/mdarif/JavaScript-Boilerplate/tags
151+
152+
[codeclimate-image]: https://codeclimate.com/repos/558392546956804e780009ea/badges/9cb6feeef61e41a567ad/gpa.svg?style=flat
153+
[codeclimate-url]: https://codeclimate.com/repos/558392546956804e780009ea/feed
154+

0 commit comments

Comments
 (0)