-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates to goog.module and ES2015 #6
base: master
Are you sure you want to change the base?
Conversation
itsthesteve
commented
Feb 21, 2017
- Bump Angular version to 1.6.1
- Leverages goog.module and ES2015
- Version pin closure sources
- Boilerplate samples
- Leverages goog.module - Sample boilerplate - Bump Angular version to 1.6.1 - Version pin closure sources - ES2015 syntax
Looks great - thanks! Since this scaffold is so opinionated, I'm thinking that we're going to need to rename it to something like Everything looks pretty good but I did want to note that it assumes that the user has |
- 2.7 | ||
- 2.7 | ||
node_js: | ||
- "6.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should bump this to 6.9.5
cache: pip | ||
before_install: | ||
- nvm install 6.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6.9.5
- npm install -g gulp | ||
- npm install -g bower | ||
- pip install grow | ||
- nvm use 6.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6.9.5
@@ -1,16 +1,21 @@ | |||
{ | |||
"name": "scaffold", | |||
"private": true, | |||
"engines": { | |||
"node": "^6.2.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6.9.5
@@ -1,16 +1,21 @@ | |||
{ | |||
"name": "scaffold", | |||
"private": true, | |||
"engines": { | |||
"node": "^6.2.0" | |||
}, | |||
"devDependencies": { | |||
"bower": "^1.3.12", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is more of a personal preference, but I'd pin versions
@@ -1,11 +1,10 @@ | |||
grow_version: ">=0.0.60" | |||
grow_version: ">=0.0.67" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.2.0?
@@ -0,0 +1,6 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Drop file
We should also look at |