forked from IdeaBlade/Breeze
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme-plus.txt
27 lines (16 loc) · 1.46 KB
/
readme-plus.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-PLUS Package
The runtime-plus-samples package includes everything in the runtime package plus the sample applications, including the DocCode companion to the Breeze online documentation.
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 and WebApi/Irony.dll for building backend services with an ASP Web API
------------------------------------------------------------------------------------
Please visit the
[Breezejs download](http://www.breezejs.com/documentation/download) page for more information about this package.
Copyright 2013 IdeaBlade, Inc.