Skip to content

Commit

Permalink
Setting up a dist process for the web site and builds. Just getting t…
Browse files Browse the repository at this point in the history
…he site dist in place right now.
  • Loading branch information
jrburke committed Feb 18, 2010
1 parent 3ffcdf4 commit 1463817
Show file tree
Hide file tree
Showing 13 changed files with 1,962 additions and 48 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ build/tests/buildcircular/
build/jquery/dist/
build/require/build/
docs/jquery-require-sample/webapp-build/
dist/dist-site/
dist/dist-build/
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ The core require.js file around 3.5KB when minified via Closure Compiler and gzi

The unit tests work in IE 6+, Firefox 3.0+, Safari 4+, Chrome 3+, and Opera 10+.

Latest Release: 0.8.0

* [Start](docs/start.md)
* [Using it with jQuery](docs/jquery.md)
* [Download](docs/download.md)
* [API](docs/api.md)
* [Why](docs/why.md)
* [Requirements](docs/requirements.md)
* [History](docs/history.md)
* [Get involved or ask questions](http://groups.google.com/group/requirejs)
* [Blog](http://tagneto.blogspot.com)
30 changes: 30 additions & 0 deletions dist/Markdown-License.text
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Copyright (c) 2004, John Gruber
<http://daringfireball.net/>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

* Neither the name "Markdown" nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.

This software is provided by the copyright holders and contributors "as
is" and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a
particular purpose are disclaimed. In no event shall the copyright owner
or contributors be liable for any direct, indirect, incidental, special,
exemplary, or consequential damages (including, but not limited to,
procurement of substitute goods or services; loss of use, data, or
profits; or business interruption) however caused and on any theory of
liability, whether in contract, strict liability, or tort (including
negligence or otherwise) arising in any way out of the use of this
software, even if advised of the possibility of such damage.
Loading

0 comments on commit 1463817

Please sign in to comment.