sails.io.js-dist
This is the JavaScript SDK for communicating with Sails via sockets. Specifically, it is the distribution for web browsers, and the release that is bundled in new Sails apps by default.
Compatibility
Before using this package directly, be sure that you're using the same version as the dependency in your version of Sails's sails-generate's package.json file.
Prior to Sails v1, instead of
sails-generate
, this was in thesails-generate-sails.io.js
dependency, which was itself a dependency ofsails-generate-frontend
, which was itself a depenency ofsails-generate
, which was itself a dependency of `sails. (You can see why we changed it!)Anyway, if you're using <=Sails v0.12, check the dependency version in the package.json file of sails-generate-sails.io.js.
This package is always released under the same version string as sails.io.js
, the Node.js distribution. (It is published automatically when sails.io.js
is published.)
Help
If you have questions or are having trouble, click here.
Bugs
To report a bug, click here.
Contributing
Please observe the guidelines and conventions laid out in the Sails project contribution guide when opening issues or submitting pull requests.
License
This package is part of the Sails framework, and is free and open-source under the MIT License.