forked from IdeaBlade/Breeze
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
27 lines (16 loc) · 1.38 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Breeze.js Runtime Package
The runtime package includes
Breeze Client Runtime JavaScript Files
---------------------------------------
All Breeze JavaScript files are in the Scripts folder.
The breeze.debug.js is the all-in-one JavaScript file. You will likely develop with this one. Breeze.js is its minified version and breeze.intellisense.js is its intellisense file.
The all-in-one scripts include every AJAX, ModelLibrary and Dataservice adapter we ship. Your application may only need one adapter from each category.
Therefore this package also includes a "base" Breeze version (breeze.base.debug.js) with no adapters (breeze.base.j is the minified version). You can deploy this script and the adapter scripts you need, drawn from the Adapters folder.
Finally, the Scripts folder includes the "Q" promises library (plain and minified) from https://github.com/kriskowal/q. Breeze depends on "Q".
Breeze Runtime Server Files
----------------------------
WebApi/Breeze.webApi.dll for building backend services with an ASP Web API. The WebApi/Irony.dll is there to provide legacy support for early versions of Breeze.
-------------------------------------------------------------------------------------
Please visit the
[Breezejs download](http://www.breezejs.com/documentation/download) page for more information about this package.
Copyright 2013 IdeaBlade, Inc.