Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimalize the react-famous library, remove examples and build-system dependencies. #18

Open
wants to merge 25 commits into
base: mixed-mode
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
81bfc35
Update package.json
trusktr Jul 27, 2015
875e904
Added version
trusktr Jul 27, 2015
7004041
Removed examples. They can be placed in a new repository.
trusktr Jul 29, 2015
a039adc
Removed tools dir, which will be replaced by a prepublish scripts and…
trusktr Jul 29, 2015
c6c1fa1
Updated root package.json based on the one that was in tools/.
trusktr Jul 29, 2015
370231b
Use real import instead of relying on a global.
trusktr Jul 29, 2015
dbda115
Removed gulpfile.
trusktr Jul 30, 2015
8d5ec31
Update .gitignore to ignore files built during prepublish.
trusktr Jul 30, 2015
32944da
Ignore the folders built from the root of /src.
trusktr Jul 30, 2015
efbe4c7
Removed devDeps except for Babel. Added build scripts.
trusktr Jul 30, 2015
5d34ffd
v0.1.8
trusktr Jul 30, 2015
a3c142c
Added empty .npmignore so npm doesn't ignore the built files that .gi…
trusktr Jul 30, 2015
1dedd81
v0.1.9
trusktr Jul 30, 2015
a71b16e
Correct main file.
trusktr Aug 19, 2015
2d4635b
depend on infamous/engine#webpack for now.
trusktr Aug 21, 2015
8fc76f9
v0.1.7-0
trusktr Aug 21, 2015
90ae597
Depend on infamous-engine ^0.1.7-webpack.0
trusktr Aug 26, 2015
4ae9b84
v0.1.7-1
trusktr Aug 26, 2015
7089c56
Added Webpack and co, and src/global.js for global builds.
trusktr Sep 15, 2015
55f6b6b
Added index files for lib.
trusktr Sep 16, 2015
db733e9
Provide a famous global for people who use the react-famous global, o…
trusktr Sep 16, 2015
feb20ff
Attach React to the window as well. This would need to be documented …
trusktr Sep 16, 2015
de3ed66
Save the webpack.config.js file during clean.
trusktr Sep 17, 2015
3638848
Better clean script.
trusktr Sep 17, 2015
9b3c305
Use the Babel runtime to prevent from having duplicate helpers in eve…
trusktr Sep 17, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/dist/
/node_modules/
/npm-debug.log
node_modules
npm-debug.log

docs

/*.js
/*.js.map
/components
/dom-renderables
/lib
/webgl-renderables
File renamed without changes.
5 changes: 0 additions & 5 deletions examples/README.md

This file was deleted.

52 changes: 0 additions & 52 deletions examples/components/App.jsx

This file was deleted.

54 changes: 0 additions & 54 deletions examples/components/Home.jsx

This file was deleted.

45 changes: 0 additions & 45 deletions examples/components/Menu.jsx

This file was deleted.

55 changes: 0 additions & 55 deletions examples/components/modifiers/Draggable/App.jsx

This file was deleted.

33 changes: 0 additions & 33 deletions examples/components/surfaces/CanvasSurface/App.jsx

This file was deleted.

56 changes: 0 additions & 56 deletions examples/components/surfaces/ContainerSurface/App.jsx

This file was deleted.

22 changes: 0 additions & 22 deletions examples/components/surfaces/ImageSurface/App.jsx

This file was deleted.

22 changes: 0 additions & 22 deletions examples/components/surfaces/VideoSurface/App.jsx

This file was deleted.

31 changes: 0 additions & 31 deletions examples/components/test/Animations/App.jsx

This file was deleted.

Loading