Skip to content

Instantly share code, notes, and snippets.

@minivan
Created April 9, 2016 17:49
Show Gist options
  • Save minivan/615d2e6d31b21e14c82f17424f238c24 to your computer and use it in GitHub Desktop.
Save minivan/615d2e6d31b21e14c82f17424f238c24 to your computer and use it in GitHub Desktop.
A working package.json for phoenix(1.0.4) and brunch-sass
{
"repository": {},
"dependencies": {
"brunch": "^1.8.5",
"babel-brunch": "^5.1.1",
"clean-css-brunch": ">= 1.0 < 1.8",
"css-brunch": ">= 1.0 < 1.8",
"javascript-brunch": ">= 1.0 < 1.8",
"uglify-js-brunch": ">= 1.0 < 1.8",
"sass-brunch": "^1.9.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment