Skip to content

Conversation

@dariusrosendahl
Copy link
Member

@dariusrosendahl dariusrosendahl commented Sep 7, 2017

  • New npm scripts!
// create css only
"npm run create_css": "grunt create_css", 

//create html only
"npm run create_html": "grunt create_html",
 
//create js
"npm run create_js": "webpack", 

//create css, html and js
"npm run create_all": "npm run create_css & npm run create_html & npm run create_js & wait", 

//create everything and start browserSync server
"npm run start": "npm run create_js & grunt" 
  • Removed all generated files from dist and added them to the gitignore
    Files should always be generated as written in the documentation
  • Updated the documentation with new npm scripts
  • Updated devDependencies
  • Version bumb to 1.3.0

Pascal Alferink and others added 28 commits February 15, 2017 10:27
# Conflicts:
#	dist/about.html
#	dist/breadcrumbs.html
#	dist/buttons.html
#	dist/css/styles.min.css
#	dist/css/styles.min.css.map
#	dist/grid.html
#	dist/icons.html
#	dist/index.html
#	dist/installation.html
#	dist/js/scripts.min.js
#	dist/mixins.html
#	dist/notifications.html
#	dist/utility.html
#	dist/utility_spacers.html
#	dist/variables.html
#	dist/variables_1x.html
#	js/scripts.js
#	package.json
#	views/inc/header.html
Upgraded castlecss-core to 2.5.0
Upgraded castlecss-forms to 1.0.7
Upgraded devDependencies
Install instructions
Added npm run start command
Edited readme to explain new browserSync server and npm scripts
Copy link
Contributor

@basmulderdnz basmulderdnz left a comment

Choose a reason for hiding this comment

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

Works like a charm

@dariusrosendahl dariusrosendahl merged commit 947d350 into master Sep 19, 2017
@dariusrosendahl dariusrosendahl deleted the develop branch September 19, 2017 10:02
@dariusrosendahl dariusrosendahl restored the develop branch September 19, 2017 10:03
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