https://github.com/bnadlerjr/middleman-ida
Middleman template with support for Bootstrap, jQuery, Underscore, Jasmine & JSHint.
https://github.com/bnadlerjr/middleman-ida
Last synced: 3 months ago
JSON representation
Middleman template with support for Bootstrap, jQuery, Underscore, Jasmine & JSHint.
- Host: GitHub
- URL: https://github.com/bnadlerjr/middleman-ida
- Owner: bnadlerjr
- Created: 2013-07-30T02:06:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-09T13:35:31.000Z (over 10 years ago)
- Last Synced: 2025-02-02T15:52:44.398Z (4 months ago)
- Language: Ruby
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Middleman Ida
Middleman project template set up with support for Bootstrap, jQuery, Jasmine,
JSHint and Underscore. Replace this text with a description of your project.## Installation
Clone this respository into `~/.middleman`. You will need to create this folder
if it does not already exist. Initialize middleman on a new or existing folder
$ middleman init path_to_project --template=middleman-ida## Development
To start development server run:
bundle exec middleman### Tests
Start the development server and navigate to `/specs`. Whenever you create a new
spec, be sure to source it in `/specs/spec-runner.html`.### JSHint
Start the development server and navigate to `/jshint`. Any JavaScript errors
will be outputted to this page.## Deploying
Run
bundle exec middleman buildThe site will be generated in the `/build` folder.
the /build folder.## License
Copyright (c) 2013 Bob Nadler, Jr.Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.