1.12.10 • Published 4 years ago

moff v1.12.10

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Moff - Create for mobile, extend to desktop.

Website: moffjs.com

###Create mobile first website then extend to tablet and desktop is so easy now!

Install

Before installing be sure bower is installed.

npm install bower -g

Install Moff

bower install moff --save

Include Moff

Moff has three types of compiled files in ./dist directory.

  • moff.js - Full, not minified version with debug info + soursermap.
  • moff.prod.js - Production, not minified version. W/o debug info.
  • moff.min.js - Minified, production version. W/o debug info.

Development

Clone Moff repository.

git clone git@github.com:kfuzaylov/moff.git
cd moff

Install package

npm install

Before package installation, npm installs testem, gulp and bower as global binary.

npm install testem -g && npm install gulp -g && npm install bower -g && bower install

Compile

After made changes, need to update framework version in bower.json file and compiled files.

gulp compile

Tests

Tests are kept in ./packages directory. You can run tests only for some package.

gulp test --package=amd

Run tests for all packages.

gulp test --package=all

Tests will run via Testem. On press "Enter" button on console, gulp re-compile test files to get the latest version.

License

The MIT License (MIT)

Copyright (c) 2015 - 2018 Kadir Fuzaylov