GitXplorerGitXplorer
t

jquery-flux-todo

public
7 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
650066e9e7b5d5c0bbc574250162b92e47b56486

Merge pull request #1 from talyssonoc/refactor_views

ttalyssonoc committed 9 years ago
Unverified
892b7de7017a1e886eec2638a013610020171cd3

Rewrite view system

ttalyssonoc committed 9 years ago
Unverified
84b7c72f06db605f36f0342a59ac2a98dc7d5646

First commit

ttalyssonoc committed 9 years ago
Unverified
1ab7aabdb08cbeed16b26ec22655ec5f37209fb3

Update build:js task

ttalyssonoc committed 9 years ago
Unverified
1c847021ab93b784d5e7b2ad0fca458541f77c6e

Add gulp-menu to package.json

ttalyssonoc committed 9 years ago
Unverified
d6518f82417303ddebf597e3952fdfe753dca7a6

First commit

ttalyssonoc committed 9 years ago

README

The README file for this repository.

jQuery Flux Todo

It's a experimental jQuery app using Flux architecture

Gulp tasks

  • gulp: Show the list of tasks;
  • gulp serve: Open a server for the project on the browser and watch changes on files;
  • gulp watch: Build the project and watch for changes of HTML, JS and CSS files;
  • gulp build: Build the project;
  • gulp test: Run all the tests;
  • gulp lint: Lint the code.

License

The MIT License (MIT)

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.