Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Releases: yeoman/generator-webapp_DEPRECATED

v0.5.0-1 Bootstrap with 0.17.0

20 Jun 17:21
Compare
Choose a tag to compare
Pre-release
  • 6dfe277 fix bootstrap things
  • ec601dc organize template folder a bit
  • 0a996d9 upgrade testing to use 0.17.0 goodness
  • fef8a9f Update app to gen 0.17.0 syntax
  • 59e6c4d Revert "Gruntfile can be a .coffee file"
  • f02b945 Gruntfile can be a .coffee file
  • 70faaf1 Update to Apache Server Configs v2.5.0
  • e960a8e change 4 spaces indent to 2
  • f55c99a Remove test/bower_components from gitignore list
  • 0fb7d25 rollback update to readme
  • aad1bf3 Fix components relative path
  • 5dfc893 Changed all indentation to two spaces, updated jshintrc to reflect this. Fixes #286.
  • 3c0360b update generator to 0.17.0 and testing
  • 63b821f bump grunt-contrib-imagemin
  • 17c9330 Shorten this.pkg assignment
  • 960fb6f Fix bootstrap fonts directory for dist
  • 27d5e5c Close GH-373: add --allow-remote option to serve task.
  • 3ae2eb1 update grunt-bower-install to grunt-wiredep.
  • 2797675 freshen the readme with some rearranged wordings.
  • 0c51acc update grunt-bower-install dependency.
  • 141ff3e use yosay & this.log instead of console.log.
  • 15864dd Update to Apache Server Configs v2.3.0
  • 1c4b94f Shorten copy Bootstrap config
  • 4c5a002 Close GH-351: Fix location for Bootstrap fonts with Sass and CSS.
  • 6a428a7 Fix compile sass files with .sass extension
  • e473889 some code styling cleanups
  • 4109cef closes #342 - remove loadPath & includePath.

v0.4.9

09 Apr 09:02
Compare
Choose a tag to compare
  • b8fd9b7 remove conditional ie classes.
  • 1139bb1 Remove unnecessary ignores from bowerInstall
  • f503092 Close GH-334: Explain the difference between rubysass and libsass.
  • a96cbed Don't try to copy bowerrc, it causes a fatal error
  • a1571cd .bowerrc is now moot as it's the default dir
  • 5e679d9 grunt-modernizr changed its syntax
  • d7a1fff Remove Grunt badge in order to standardize READMEs
  • 1d2a5cd Use SVG badge for Travis
  • e376175 fix skip install and message
  • 3815967 fix builtwith GruntJS image
  • 9b8edf0 Changed starting options and started changes to Gruntfile
  • 17111e0 templates _package.json updated to use latest version of all packages
  • ad01077 bower notes
  • 7457417 Downgrade imagemin to a more stable version
  • 2a01595 add missing semicolons
  • 4a06c7d Update grunt-usemin to stop creating broken links
  • a67856d Fix Glyphicons copy path for LESS Bootstrap
  • 2499b61 Exclude the Bootstrap JS file on LESS Bootstrap too
  • 50502e7 Fix Bower include paths
  • cdc519d install bower_components in root directory
  • 35cfc7f Update bowerInstall exclude paths

v0.4.8

07 Mar 12:50
Compare
Choose a tag to compare
  • f69c119 Changing the way Bootstrap Sass package is ref'd
  • acc3f9b use bowerInstall on watch task.
  • 1c26a43 Change prompt order, make Sass and Modernizr false by default
  • 870d212 add missing comma
  • 13d76d6 Changed notation for usemin
  • 67977e0 Used the wrong variable yeoman instead of config
  • d493c26 Added images folder to assetsDirs - usemin
  • cda255a Rev the favicon and touch icons if they are referenced in index
  • 0e693de Bower supports Github shorthands
  • f45c6f9 Rename 'yeoman' var to 'config'
  • 2823d72 "Twitter Bootstrap" is now simply Bootstrap
  • 429b04c Close GH-279: Fix Glyphicons path for Sass Bootstrap.
  • 1396f1d Fix jQuery location
  • 7f567dd Fix image revving
  • 49c85a8 upgrade bower-install to 1.0
  • 634fadb Fix-273 Exceptions on execution beginning and never finished.
  • aa9f33b update jquery to 1.11.0
  • ce06b4f gruntfile - no need to be specific about which image types
  • 605abe9 Fix Bootstrap font paths
  • e72da73 Update to Apache Server Configs v2.2.0
  • a28cc90 Exclude Sprocketsy JS file from bower-install
  • b0c92d4 Fix JS and fonts path
  • 4f1d2a7 Update Bootstrap to 3.1.0
  • 4c49ef9 Switch to official port of Bootstrap to Sass
  • 03134c5 output modernizr to script/vendor folder
  • 83c101a Update Gruntfile.js
  • aee9165 followup to #246
  • c0c2e57 X-UA-Compatible is deprecated in IE11
  • cd72865 package.json: updating authors
  • 978c037 Small improvements to tests
  • 7215266 pass target through from deprecated server task
  • 34d09a4 Move changelog to Releases

v0.4.7

19 Jan 20:08
Compare
Choose a tag to compare
  • 8d6962e Update .travis.yml
  • 3faf45b Merge pull request #240 from alrra/update-htaccess
  • 2410b17 Update to Apache Server Configs v2.1.0
  • dcf330a Readme: adds screenshot of latest
  • 52403a7 Readme: link up to Yeoman.io
  • c50a4e2 Separate Bootstrap from Sass with Compass
  • a84ee60 Bind Compass functions to compassBootstrap variable
  • 35d3313 Merge pull request #234 from eddiemonge/js
  • 80e88c2 readme - various improvements
  • cacce74 Merge pull request #231 from eddiemonge/readdeps
  • 012f34d note about 3rd party resources
  • a723d21 improve package.json
  • e4b80ef improve description message
  • a6688c9 generate main.js when using coffee and allow it to come after plugins

v0.4.5

19 Jan 20:07
Compare
Choose a tag to compare
  • Update to Apache Server Configs v2.1.0
  • Fixes issues with Bower not always installing sub-generator dependencies
  • Use grunt-bower-install for CSS dependencies
  • skip install for hookfor framework if set on parent
  • improve HTMLMin
  • Added comments to Gruntfile
  • grunt serve should serve compass images from tmp, not dist
  • Prevent replacing of optimized gifs by copy task
  • Bumped dependencies
  • Remove version, add private to bower.json template
  • Git ignore bower components in test dir

v0.4.2

19 Jan 20:06
Compare
Choose a tag to compare
  • Easer livereload configuration thanks to grunt-contrib-connect 0.4
  • grunt-open was replaced with new grunt-contrib-connect feature
  • bootstrap-dropdown was added to requirejs config
  • Bootstrap fonts are now correctly copied during build