From 14028987e454ab3852ec2e8f80ce85bd7077939e Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Tue, 19 Nov 2013 18:04:45 -0600 Subject: [PATCH] Fixed #159 --- Gruntfile.js | 1 + dist/css/ionic.css | 13 +++++++++++++ dist/js/ionic-angular.js | 14 ++++++++++++++ dist/js/ionic.js | 24 ++++++++++++------------ js/_license.js | 24 ++++++++++++------------ scss/ionic.scss | 14 ++++++++++++++ 6 files changed, 66 insertions(+), 24 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 44364d6f50..5a1a94cd68 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -48,6 +48,7 @@ module.exports = function(grunt) { }, distAngular: { src: [ + 'js/_license.js', 'vendor/angular/1.2.1/angular.js', 'vendor/angular/1.2.1/angular-animate.js', 'vendor/angular/1.2.1/angular-resource.js', diff --git a/dist/css/ionic.css b/dist/css/ionic.css index 8a9fcbc6f4..71fe9ffd27 100644 --- a/dist/css/ionic.css +++ b/dist/css/ionic.css @@ -1,4 +1,17 @@ @charset "UTF-8"; +/** + * Copyright 2013 Drifty Co. + * http://drifty.com/ + + * Ionic - a powerful HTML5 mobile app framework. + * http://ionicframework.com/ + * + * + * By @maxlynch, @helloimben, @adamdbradley <3 + * + * Licensed under the MIT license. Please see LICENSE for more information. + * + */ /** * Resets * -------------------------------------------------- diff --git a/dist/js/ionic-angular.js b/dist/js/ionic-angular.js index 9ce7f237b1..29c9b5655c 100644 --- a/dist/js/ionic-angular.js +++ b/dist/js/ionic-angular.js @@ -1,3 +1,17 @@ +/** + * Copyright 2013 Drifty Co. + * http://drifty.com/ + + * Ionic - a powerful HTML5 mobile app framework. + * http://ionicframework.com/ + * + * + * By @maxlynch, @helloimben, @adamdbradley <3 + * + * Licensed under the MIT license. Please see LICENSE for more information. + * + */ +; /** * @license AngularJS v1.2.1 * (c) 2010-2012 Google, Inc. http://angularjs.org diff --git a/dist/js/ionic.js b/dist/js/ionic.js index 13408e40ad..6cf94eb07a 100644 --- a/dist/js/ionic.js +++ b/dist/js/ionic.js @@ -1,16 +1,16 @@ -/* -Copyright 2013 Drifty Co. -http://drifty.com/ +/** + * Copyright 2013 Drifty Co. + * http://drifty.com/ -Ionic - an amazing HTML5 mobile app framework. -http://ionicframework.com/ - -By @maxlynch, @helloimben, @adamdbradley <3 - -Licensed under the MIT license. Please see LICENSE for more information. - -Make awesome shit. -*/ + * Ionic - a powerful HTML5 mobile app framework. + * http://ionicframework.com/ + * + * + * By @maxlynch, @helloimben, @adamdbradley <3 + * + * Licensed under the MIT license. Please see LICENSE for more information. + * + */ ; // Create namespaces diff --git a/js/_license.js b/js/_license.js index 6e4dc6a37b..0f7d3e48a2 100644 --- a/js/_license.js +++ b/js/_license.js @@ -1,13 +1,13 @@ -/* -Copyright 2013 Drifty Co. -http://drifty.com/ +/** + * Copyright 2013 Drifty Co. + * http://drifty.com/ -Ionic - an amazing HTML5 mobile app framework. -http://ionicframework.com/ - -By @maxlynch, @helloimben, @adamdbradley <3 - -Licensed under the MIT license. Please see LICENSE for more information. - -Make awesome shit. -*/ + * Ionic - a powerful HTML5 mobile app framework. + * http://ionicframework.com/ + * + * + * By @maxlynch, @helloimben, @adamdbradley <3 + * + * Licensed under the MIT license. Please see LICENSE for more information. + * + */ diff --git a/scss/ionic.scss b/scss/ionic.scss index 081d1a5fd6..e76b09e0e1 100644 --- a/scss/ionic.scss +++ b/scss/ionic.scss @@ -1,5 +1,19 @@ @charset "UTF-8"; +/** + * Copyright 2013 Drifty Co. + * http://drifty.com/ + + * Ionic - a powerful HTML5 mobile app framework. + * http://ionicframework.com/ + * + * + * By @maxlynch, @helloimben, @adamdbradley <3 + * + * Licensed under the MIT license. Please see LICENSE for more information. + * + */ + @import // Variables "mixins",