This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const browserify = require('browserify'), | |
| babelify = require('babelify'), | |
| compressor = require('node-minify'), | |
| fs = require('fs'); | |
| process.env.NODE_ENV = 'production'; | |
| // for development enviroment | |
| // "watch": "watchify -t babelify ./app/javascripts/components/message/app.js -o ./public/js/build.js -d", | |
| // "build-css": "node-sass --include-path scss ./app/stylesheets/components/message/main.scss ./public/css/style.css", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * HomeController | |
| * | |
| * @description :: Server-side logic for managing Homes | |
| * @help :: See http://sailsjs.org/#!/documentation/concepts/Controllers | |
| */ | |
| "use strict"; | |
| const co = require('co'); | |
| var map = require('../services/GoogleStaticMapAPI'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| t2-MacBook-Pro:location_app T2$ npm install | |
| npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible. | |
| npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0. | |
| npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible. | |
| serve-favicon@2.3.0 node_modules/serve-favicon | |
| ├── fresh@0.3.0 | |
| ├── etag@1.7.0 | |
| ├── parseurl@1.3.1 | |
| └── ms@0.7.1 |
NewerOlder