Skip to content
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

Including libraries(jQuery, Backbone, Underscore) to app #61

Merged
merged 2 commits into from
Dec 15, 2016

Conversation

logeshpaul
Copy link
Member

Why?

  • The user should be able to include commonly used libraries(eg. jQuery) while creating the app

What's Done?

  • Included most commonly used libraries(jQuery, Backbone, Underscore) as options
  • Excluded modernizer and it's not widely used. Also, for the reason now modenizer doesn't ship as a single file which causes an issue (Gulp cant find Modernizr Error on Fullpack #60)

smacssGenerator.prototype.askAppFeatures = function askAppFeatures() {
if(this.appType === 'typeFullPackWebApp' || this.appType === 'typeAngularApp' || this.appType === 'typeAdminWebApp') {
smacssGenerator.prototype.askAppLibraries = function askAppLibraries() {
if(this.appType === 'typeFullPackWebApp' || this.appType === 'typeAdminWebApp') {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long.

Copy link

@DarshanKumar89 DarshanKumar89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its good to merge

@logeshpaul logeshpaul merged commit 02ae69e into master Dec 15, 2016
@logeshpaul logeshpaul deleted the lp-include-libraries branch December 15, 2016 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants