EzDevInfo.com

restive.js

The Easiest Way to Make your Website Responsive or Adaptive! Restive.JS - The Easiest Way to Make your Website Responsive or Adaptive restive.js is a jquery plugin for quickly and easily adding responsive and adaptive features to web sites

Why is bower installing files it should be ignoring?

I just setup a bower.json file for a plugin.

I registered the package using bower register <package_name> <git_repo_link> and it worked ok.

However, when I use bower install <package_name>, it pulls down everything including the .md files I've asked it to ignore.

What gives?

Below is my bower.json file:

{
  "name": "restive",
  "version": "1.3.0",
  "homepage": "https://github.com/obihill/restive.js",
  "authors": [
  "Obinwanne Hill <my_email_address>"
  ],
  "description": "Restive.JS is a Responsive + Adaptive Web Design and Development Framework.",
  "dependencies": {
    "jquery": ">=1.7"
  },
  "main": "./restive.js",
  "keywords": [
    "restive",
    "restive.js",
    "restivejs",
    "responsive",
    "adaptive",
    "mobile",
    "chess"
  ],
  "ignore": [
    "**/.*",
    "*.md",
    "*.txt",
    "Gruntfile.js"
  ],
  "license": "MIT"  
}

Source: (StackOverflow)

Downsides of Twitter bootstrap [closed]

I have been building website using my custom CSS and HTML for along time now. Just a minute ago I discovered Bootstrap.

So, I want to here from the people who have experienced hair pulling issues with bootstrap.

P.S. If you had to make a site responsive, would you use Bootstrap or Restive.JS?


Source: (StackOverflow)

Advertisements