'I can't find app.js file in sails.js in v0.10.1
I am working with sails.js framework version 0.10, I am playing around with socket.io. The problem is that I cannot find the app.js file that is placed in /assets/js in older sails.js versions.
I am wondering where can I find this file.
Solution 1:[1]
I think you need /assets/js/dependencies/sails.io.js. Take a look here.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Vitalie Maldur |
