https://github.com/rixrix/pushpath-js
A Node.js unified Javascript library for Pushpath project
https://github.com/rixrix/pushpath-js
Last synced: 4 months ago
JSON representation
A Node.js unified Javascript library for Pushpath project
- Host: GitHub
- URL: https://github.com/rixrix/pushpath-js
- Owner: rixrix
- License: other
- Created: 2013-12-14T22:07:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-21T10:42:24.000Z (over 11 years ago)
- Last Synced: 2025-01-23T05:15:17.904Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
### This repo has been discontinued, please refer to the unified [Pushpath](https://github.com/pushpath/pushpath) project
A [Node.js](http://nodejs.org) unified Javascript library for Pushpath project
### Build Requirements
Make sure you have [node.js](http://nodejs.org) installed. Install the required modules:
npm install grunt-cli -g
Install the development dependencies, at the project root directory:
npm install
Build the unified library, still at the root directory:
grunt
Unless something is wrong, you should be able to find the generated .js file at `pkg/pushpath.js`
### Acknowledgement
Acknowledgement goes to the [Cordova-js](https://github.com/apache/cordova-js) project.
This project is heavily based on a stripped down Cordova-js tooling and libraries eg. grunt tasks, simplified require/define library.
### License
Code licensed under [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0)