Skip to content

Commit

Permalink
update node-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
bailicangdu committed Jul 19, 2018
1 parent 2fc2b05 commit 1d02510
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var context = config.dev.context
switch(process.env.NODE_ENV){
case 'local': var proxypath = 'http://localhost:8001'; break;
case 'online': var proxypath = 'http://elm.cangdu.org'; break;
default: var proxypath = config.dev.proxypath;
default: var proxypath = config.dev.proxypath;
}
var options = {
target: proxypath,
Expand Down Expand Up @@ -75,4 +75,4 @@ module.exports = server.listen(port, function(err) {
if (process.env.NODE_ENV !== 'testing') {
opn(uri)
}
})
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"less": "^2.7.1",
"less-loader": "^2.2.3",
"node-gyp": "^3.4.0",
"node-sass": "^4.5.0",
"node-sass": "^4.9.2",
"opn": "^4.0.2",
"ora": "^0.3.0",
"sass": "^0.5.0",
Expand Down

0 comments on commit 1d02510

Please sign in to comment.