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

Commit

Permalink
Update .gitignore and readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mindctrl committed Aug 10, 2014
1 parent 16f74a6 commit fab3216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,4 @@ nbproject
.svn
.CVS
.idea
docs/
less/
js/tests/
node_modules/
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Alien Ship is a responsive starter theme for WordPress. It uses the Sass version

The theme ships with the full Bootstrap library for development purposes. For production environments you should only use the parts of the library you need. To remove styles you don't need, delete or comment out the lines in assets/sass/bootstrap.scss. To remove scripts you don't need, delete the lines from the top of Gruntfile.js so they're not compiled.

Styles: The Gruntfile reads assets/sass/style.scss and compiles the Bootstrap and theme styles into style.css and style.min.css. In development environments, the theme loads style.css. In production environments it loads style.min.css for performance.
Styles: Grunt reads assets/sass/style.scss and compiles the Bootstrap and theme styles into style.css and style.min.css. In development environments, the theme loads style.css. In production environments it loads style.min.css for performance.

Scripts: The Gruntfile compiles the Bootstrap and theme javascript files into assets/js/scripts.js and assets/js/scripts.min.js. In development environments, the theme loads scripts.js. In production environments it loads scripts.min.js for performance.
Scripts: Grunt compiles the Bootstrap and theme javascript files into assets/js/scripts.js and assets/js/scripts.min.js. In development environments, the theme loads scripts.js. In production environments it loads scripts.min.js for performance.

Visit http://www.johnparris.com/alienship/ to see the theme in action, to download it, or to read the documentation.

Expand Down

0 comments on commit fab3216

Please sign in to comment.