This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ "presets": ["es2015", "react"] } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const path = require("path"); | |
module.exports = { | |
context: __dirname, | |
entry: "./frontend/synthesizer.jsx", | |
output: { | |
path: path.join(__dirname), | |
filename: "bundle.js", | |
publicPath: "/" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
= require jquery-ui-1.9.2.custom | |
= require jquery.bxslider | |
= require icons | |
= require icons-codes | |
*/ | |
@import 'compass'; | |
@import 'compass/css3'; | |
@import 'spree/fancy/variables'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
NewerOlder