This file contains 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
git push heroku master | |
Counting objects: 69, done. | |
Delta compression using up to 2 threads. | |
Compressing objects: 100% (60/60), done. | |
Writing objects: 100% (69/69), 1.52 MiB | 133.00 KiB/s, done. | |
Total 69 (delta 8), reused 0 (delta 0) | |
remote: Compressing source files... done. | |
remote: Building source: | |
remote: | |
remote: -----> Go app detected |
This file contains 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
var webpack = require("webpack"); | |
var glob = require("glob"); | |
var CopyWebpackPlugin = require("copy-webpack-plugin"); | |
var ExtractTextPlugin = require("extract-text-webpack-plugin"); | |
var ManifestPlugin = require("webpack-manifest-plugin"); | |
var PROD = process.env.NODE_ENV || "development"; | |
var CleanWebpackPlugin = require("clean-webpack-plugin"); | |
var entries = { | |
application: [ |
This file contains 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
$ npm install | |
npm WARN prefer global [email protected] should be installed with -g | |
> [email protected] install /home/connelblaze/go/src/bitbucket.org/gomarket/go_jessy/node_modules/node-sass | |
> node scripts/install.js | |
Cached binary found at /home/connelblaze/.npm/node-sass/4.7.2/linux-x64-48_binding.node | |
> [email protected] postinstall /home/connelblaze/go/src/bitbucket.org/gomarket/go_jessy/node_modules/node-sass | |
> node scripts/build.js |