Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sven Franck
todomvc
Commits
ab2c090c
Commit
ab2c090c
authored
May 12, 2015
by
TasteBot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update the build files for gh-pages [ci skip]
parent
c5031e49
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
8 deletions
+1
-8
examples/webrx/.gitignore
examples/webrx/.gitignore
+0
-3
examples/webrx/js/app.js
examples/webrx/js/app.js
+1
-1
examples/webrx/package.json
examples/webrx/package.json
+0
-4
No files found.
examples/webrx/.gitignore
View file @
ab2c090c
node_modules/grunt
node_modules/grunt-contrib-connect
node_modules/rx/*
node_modules/rx/*
node_modules/rx/dist/*
node_modules/rx/dist/*
!node_modules/rx/dist
!node_modules/rx/dist
...
...
examples/webrx/js/app.js
View file @
ab2c090c
/*global wx */
/*global wx
, Rx
*/
(
function
()
{
(
function
()
{
'
use strict
'
;
'
use strict
'
;
...
...
examples/webrx/package.json
View file @
ab2c090c
{
{
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{
"grunt"
:
"^0.4.5"
,
"grunt-contrib-connect"
:
"^0.9.0"
},
"dependencies"
:
{
"dependencies"
:
{
"rx"
:
"~2.5.2"
,
"rx"
:
"~2.5.2"
,
"todomvc-app-css"
:
"^1.0.0"
,
"todomvc-app-css"
:
"^1.0.0"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment