Skip to content

A base package to build a layout based in mobile-first paradigm using Bootstrap 3 + FontAwesome + jQuery

License

Notifications You must be signed in to change notification settings

rafaame/layout-base-bootstrap3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#[Layout Base Package with Bootstrap 3] ###a layout base package based in Bootstrap 3, FontAwesome and jQuery

A base package to build a layout based in mobile-first paradigm using Bootstrap 3, LESS, FontAwesome and jQuery. It uses Gulp to automate the build of the layout and its dependencies.

##Changelog

  • v1.0.0 - started using Gulp instead of make;
  • v0.0.3 - started using LESS instead of RECESS; - Updated Bootstrap to version 3.1.1, FontAwesome to version 4.1.0 and jQuery to 1.11.1
  • v0.0.2 - added the possibility to deploy the built layout to a remote server
  • v0.0.1 - initial build using Bootstrap 3.0.2, FontAwesome 4.0.3 and jQuery 1.10.2

##Versioning

This project will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions, without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org.

##Author

##Installing needed dependencies To install the dependencies simply run:

$ npm install

Unfamiliar with npm? Don't have node installed? That's a-okay. npm stands for node packaged modules and is a way to manage development dependencies through node.js. Download and install node.js before proceeding.

##Deploy Build to Development Server It is possible to deploy every build to a development server using SFTP. All you need is to have access to the server you want to deploy the build to via SSH and edit the config.json (actually you need to copy content from config.json.dist and create the config.json file) to match the server config.

After that, everytime you build the layout, the files in the 'distDir' that were changed will be deployed to the server you specified using SFTP.

About

A base package to build a layout based in mobile-first paradigm using Bootstrap 3 + FontAwesome + jQuery

Resources

License

Stars

Watchers

Forks

Packages

No packages published