JavaScriptForFun
8 years agogulp-my-tasks: update .jshintrc, exclude afterEach and spyOn
Gustavo Martin Morcuende [Wed, 26 Aug 2015 14:56:23 +0000 (16:56 +0200)]
gulp-my-tasks: update .jshintrc, exclude afterEach and spyOn

8 years agoshowcase: AngularJS REST service, API CARS
Gustavo Martin Morcuende [Tue, 25 Aug 2015 19:19:28 +0000 (21:19 +0200)]
showcase: AngularJS REST service, API CARS

8 years agoshowcase: REST web services
Gustavo Martin Morcuende [Tue, 25 Aug 2015 06:31:14 +0000 (08:31 +0200)]
showcase: REST web services

8 years agoshowcase: update README.md
Gustavo Martin Morcuende [Tue, 25 Aug 2015 06:29:41 +0000 (08:29 +0200)]
showcase: update README.md

8 years agogulp-my-tasks: .jscsrc @methodOf validation
Gustavo Martin Morcuende [Tue, 25 Aug 2015 06:27:13 +0000 (08:27 +0200)]
gulp-my-tasks: .jscsrc @methodOf validation

8 years agoshowcase: using gulp-my-tasks npm package
Gustavo Martin Morcuende [Mon, 24 Aug 2015 20:34:57 +0000 (22:34 +0200)]
showcase: using gulp-my-tasks npm package

8 years agogulp: gulp-my-tasks, npm module for running my gulp tasks
Gustavo Martin Morcuende [Mon, 24 Aug 2015 20:25:02 +0000 (22:25 +0200)]
gulp: gulp-my-tasks, npm module for running my gulp tasks

In this way I should be able to use the same tasks in any AngularJS project
(if it follows my patterns)

8 years agoshowcase: fixing license field in package.json
Gustavo Martin Morcuende [Sun, 23 Aug 2015 16:58:24 +0000 (18:58 +0200)]
showcase: fixing license field in package.json

8 years agoshowcase: gulpfile.js missing readDelay value
Gustavo Martin Morcuende [Sat, 22 Aug 2015 03:15:09 +0000 (05:15 +0200)]
showcase: gulpfile.js missing readDelay value

8 years agoshowcase: generate ngdocs
Gustavo Martin Morcuende [Sat, 22 Aug 2015 03:13:17 +0000 (05:13 +0200)]
showcase: generate ngdocs

8 years agoshowcase: files synchronization, gulp function
Gustavo Martin Morcuende [Fri, 21 Aug 2015 20:23:11 +0000 (22:23 +0200)]
showcase: files synchronization, gulp function

8 years agoshowcase: ngdoc minor improvements
Gustavo Martin Morcuende [Fri, 21 Aug 2015 20:22:47 +0000 (22:22 +0200)]
showcase: ngdoc minor improvements

8 years ago.gitignore modification for temporary gulp folders
Gustavo Martin Morcuende [Fri, 21 Aug 2015 16:34:10 +0000 (18:34 +0200)]
.gitignore modification for temporary gulp folders

8 years agoshowcase: gulp-htmlhint
Gustavo Martin Morcuende [Fri, 21 Aug 2015 16:33:23 +0000 (18:33 +0200)]
showcase: gulp-htmlhint

8 years agoshowcase: ngdoc improvements
Gustavo Martin Morcuende [Fri, 21 Aug 2015 16:32:44 +0000 (18:32 +0200)]
showcase: ngdoc improvements

8 years agoshowcase: update documentation with @ngdoc
Gustavo Martin Morcuende [Fri, 21 Aug 2015 14:46:22 +0000 (16:46 +0200)]
showcase: update documentation with @ngdoc

8 years agoshowcase: welcome route (routing per module instead of a global routing)
Gustavo Martin Morcuende [Fri, 21 Aug 2015 14:45:36 +0000 (16:45 +0200)]
showcase: welcome route (routing per module instead of a global routing)

8 years agoshowcase: create $templateCache from html templates
Gustavo Martin Morcuende [Thu, 20 Aug 2015 20:45:43 +0000 (22:45 +0200)]
showcase: create $templateCache from html templates

8 years agoshowcase: karma.conf.js show coverage report as text in CLI
Gustavo Martin Morcuende [Thu, 20 Aug 2015 20:41:29 +0000 (22:41 +0200)]
showcase: karma.conf.js show coverage report as text in CLI

8 years agoshowcase: gulp-header improvements
Gustavo Martin Morcuende [Thu, 20 Aug 2015 13:50:59 +0000 (15:50 +0200)]
showcase: gulp-header improvements

8 years agoshowcase: gulp task for building production environment
Gustavo Martin Morcuende [Thu, 20 Aug 2015 13:32:53 +0000 (15:32 +0200)]
showcase: gulp task for building production environment

8 years agoshowcase: build application, gulp task
Gustavo Martin Morcuende [Thu, 20 Aug 2015 02:41:31 +0000 (04:41 +0200)]
showcase: build application, gulp task

8 years agoshowcase: wiredep in karma.conf.js file
Gustavo Martin Morcuende [Thu, 20 Aug 2015 00:40:42 +0000 (02:40 +0200)]
showcase: wiredep in karma.conf.js file

8 years agoshowcase: Manually Identify Dependencies with ng-strict-di vs @ngInject
Gustavo Martin Morcuende [Thu, 20 Aug 2015 00:19:18 +0000 (02:19 +0200)]
showcase: Manually Identify Dependencies with ng-strict-di vs @ngInject

8 years agoshowcase: karma using report directory for JUnit reports
Gustavo Martin Morcuende [Wed, 19 Aug 2015 20:34:00 +0000 (22:34 +0200)]
showcase: karma using report directory for JUnit reports

8 years agoshowcase: update jshintrc for Jasmine statements
Gustavo Martin Morcuende [Wed, 19 Aug 2015 20:33:23 +0000 (22:33 +0200)]
showcase: update jshintrc for Jasmine statements

8 years agoshowcase: welcome controller
Gustavo Martin Morcuende [Wed, 19 Aug 2015 20:32:55 +0000 (22:32 +0200)]
showcase: welcome controller

8 years agoshowcase: using gulp instead of nmp scripts for running HTTP server
Gustavo Martin Morcuende [Wed, 19 Aug 2015 19:26:42 +0000 (21:26 +0200)]
showcase: using gulp instead of nmp scripts for running HTTP server

8 years agoshowcase: gulp task test
Gustavo Martin Morcuende [Wed, 19 Aug 2015 19:17:22 +0000 (21:17 +0200)]
showcase: gulp task test

8 years agoshowcase: run HTTP server from gulp task.
Gustavo Martin Morcuende [Tue, 18 Aug 2015 17:37:14 +0000 (19:37 +0200)]
showcase: run HTTP server from gulp task.

8 years agoshowcase: gulp wiredep task
Gustavo Martin Morcuende [Tue, 18 Aug 2015 00:54:52 +0000 (02:54 +0200)]
showcase: gulp wiredep task

8 years agoshowcase: jscsrc, update maximumLineLength to 120
Gustavo Martin Morcuende [Tue, 18 Aug 2015 00:49:32 +0000 (02:49 +0200)]
showcase: jscsrc, update maximumLineLength to 120

8 years agoshowcase: new gulp tasks
Gustavo Martin Morcuende [Mon, 17 Aug 2015 17:13:01 +0000 (19:13 +0200)]
showcase: new gulp tasks

8 years agoshowcase: new directories hierarchy
Gustavo Martin Morcuende [Mon, 17 Aug 2015 16:53:54 +0000 (18:53 +0200)]
showcase: new directories hierarchy

8 years agoshowcase: jshintrc improvement
Gustavo Martin Morcuende [Mon, 17 Aug 2015 16:53:15 +0000 (18:53 +0200)]
showcase: jshintrc improvement

8 years agoshowcase: enable reporters and preprocessors for coverage reports
Gustavo Martin Morcuende [Sun, 16 Aug 2015 21:21:00 +0000 (23:21 +0200)]
showcase: enable reporters and preprocessors for coverage reports

8 years agoshowcase: karma.conf.js code coverages reports
Gustavo Martin Morcuende [Sun, 16 Aug 2015 21:03:23 +0000 (23:03 +0200)]
showcase: karma.conf.js code coverages reports

8 years agoshowcase: ng-app vs angular.bootstrap, in my case using ng-app
Gustavo Martin Morcuende [Sun, 16 Aug 2015 20:48:51 +0000 (22:48 +0200)]
showcase: ng-app vs angular.bootstrap, in my case using ng-app

8 years agoshowcase: using karma.conf.js (started from npm)
Gustavo Martin Morcuende [Sun, 16 Aug 2015 20:48:05 +0000 (22:48 +0200)]
showcase: using karma.conf.js (started from npm)

8 years agoshowcase: bower.json and package.json declare version numbers
Gustavo Martin Morcuende [Sun, 16 Aug 2015 20:47:30 +0000 (22:47 +0200)]
showcase: bower.json and package.json declare version numbers

8 years agoupdate jscsrc: indent 2 jshintrc: unilimited errors
Gustavo Martin Morcuende [Sun, 16 Aug 2015 20:43:27 +0000 (22:43 +0200)]
update jscsrc: indent 2  jshintrc: unilimited errors

8 years agoUpdate gitignore for karma tests: coverage and unit test results directories
Gustavo Martin Morcuende [Sun, 16 Aug 2015 20:42:14 +0000 (22:42 +0200)]
Update gitignore for karma tests: coverage and unit test results directories

8 years agojshint and jscs taken from https://github.com/johnpapa/angular-styleguide
Gustavo Martin Morcuende [Sat, 15 Aug 2015 22:27:46 +0000 (00:27 +0200)]
jshint and jscs taken from https://github.com/johnpapa/angular-styleguide

8 years agoshowcase, welcome page without $templateCache
Gustavo Martin Morcuende [Sat, 15 Aug 2015 22:27:23 +0000 (00:27 +0200)]
showcase, welcome page without $templateCache

8 years agoAngularJS: showcase
Gustavo Martin Morcuende [Mon, 20 Jul 2015 00:48:15 +0000 (02:48 +0200)]
AngularJS: showcase

8 years agoGames: Tetris
Gustavo Martin Morcuende [Sun, 19 Jul 2015 18:40:48 +0000 (20:40 +0200)]
Games: Tetris

8 years agoUpdate gitignore file
Gustavo Martin Morcuende [Sun, 19 Jul 2015 18:24:43 +0000 (20:24 +0200)]
Update gitignore file

8 years agoCreate README.md
Gustavo Martin Morcuende [Sun, 19 Jul 2015 18:01:05 +0000 (20:01 +0200)]
Create README.md