Comparing version 1.3.1 to 1.3.2
(function() { | ||
var CWD, LIB_DIR, PROTO_DIR, PROTO_FILES, SETTINGS_FILE, VERSION, VIEWER_URL, authWithGitHub, cacheFileFromURL, cacheResponse, cli, createNewGist, displayUrlsFor, downloadLibs, express, fs, getAuthorization, getGist, getGistId, getSetting, gistProject, git, htmlResponse, initializeProject, initializeRepo, loadProjectData, migrateProject, pad, projectPath, quitWithMsg, renderer, rest, saveSetting, serveProject, stamp, sys, updateGist, _ref, _ref1, | ||
var CWD, LIB_DIR, PROTO_DIR, PROTO_FILES, SETTINGS_FILE, VERSION, VIEWER_URL, authWithGitHub, cacheFileFromURL, cacheResponse, cli, createNewGist, displayUrlsFor, downloadLibs, fs, getAuthorization, getGist, getGistId, getSetting, gistProject, git, htmlResponse, initializeProject, initializeRepo, loadProjectData, migrateProject, pad, projectPath, quitWithMsg, renderer, rest, saveSetting, serveProject, stamp, sys, updateGist, _ref, _ref1, | ||
__slice = [].slice; | ||
@@ -11,4 +11,2 @@ | ||
express = require('express'); | ||
git = require('gitjs'); | ||
@@ -15,0 +13,0 @@ |
(function() { | ||
module.exports = '1.3.1'; | ||
module.exports = '1.3.2'; | ||
}).call(this); |
{ | ||
"name": "proto-cli", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "A front-end web prototyping tool, combining markup, style, and script into a served, rendered page.", | ||
@@ -5,0 +5,0 @@ "main": "bin/proto", |
# Proto | ||
*v1.3.1* | ||
*v1.3.2* | ||
@@ -157,4 +157,4 @@ [Proto](https://github.com/droptype/proto) is a front-end web prototyping tool, combining markup ([Jade](http://jade-lang.com/)), script ([CoffeeScript](http://coffeescript.org)), and style ([Stylus](http://learnboost.github.com/stylus/)) into a single page. It creates a set of files each representing one of those three facets of the page, plus files for notes and settings, and serves up their rendered form. Every time the page is loaded, those files are compiled on-the-fly. It's helpful for creating prototypes using CoffeeScript, Jade, and Stylus, without having to set up a build process and environment. | ||
For a similar tool that caters to more complicated projects, check out [`roots`](http://roots.cx/) | ||
## Authors | ||
@@ -161,0 +161,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64160
23
676