Skip to content

Instantly share code, notes, and snippets.

{ "presets": ["es2015", "react"] }
{
"name": "synth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --inline --hot"
},
"author": "",
const path = require("path");
module.exports = {
context: __dirname,
entry: "./frontend/synthesizer.jsx",
output: {
path: path.join(__dirname),
filename: "bundle.js",
publicPath: "/"
},
/*
= require jquery-ui-1.9.2.custom
= require jquery.bxslider
= require icons
= require icons-codes
*/
@import 'compass';
@import 'compass/css3';
@import 'spree/fancy/variables';
GIT
remote: git://github.com/halo/spree_digital.git
revision: d6923fd530e83716c156673f3c9803afae1502e9
branch: 2-2-stable
specs:
spree_digital (1.1.1)
spree_api
spree_backend
spree_core (~> 2.2.0)
spree_frontend
source 'https://rubygems.org'
ruby '2.1.2'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.0.5'
# Sprockets!
gem 'sprockets'
# Use sqlite3 as the database for Active Record
gem 'pg'