-
Notifications
You must be signed in to change notification settings - Fork 15
lab20-Jeremiah #16
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
base: master
Are you sure you want to change the base?
lab20-Jeremiah #16
Conversation
@@ -0,0 +1,93 @@ | |||
# Created by https://www.gitignore.io/api/node,osx,windows,linux |
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.
Make sure to add your build folder to your gitignore.
|
||
require('./scss/reset.scss'); | ||
require('./scss/main.scss'); | ||
|
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.
Good job including your css files.
$log.debug('cowsayCtrl.logger()'); | ||
$log.log(input); | ||
}; | ||
} |
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.
Good job setting up your controller.
</section> | ||
</main> | ||
</body> | ||
</html> |
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.
Good job with your index.
}, | ||
"scripts": { | ||
"build": "./node_modules/webpack/bin/webpack.js", | ||
"watch": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot" |
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.
Don't forget to add in a lint script.
No description provided.