Git Product home page Git Product logo

rcasp's Introduction

setx NODE_ENV production setx NODE_ENV development

devtool: NODE_ENV == 'development' ? "cheap-inline-module-source-map" : "source-map", let $ = require('jquery/dist/jquery.min'); webpack --profile --display-modules --display-reason noParse: //node_modules/jquery/dist/jquery.min.js/ include: __dirname + '/frontend',

test: /.scss$/, loader: "raw-loader!sass-loader?includePaths[]=" + path.resolve(__dirname, "./node_modules/compass-mixins/lib")

{ test: /.s?css$/, loader: ExtractTextPlugin.extract({ fallbackLoader: 'style', loader: [ { loader: 'css', options: { sourceMap: true, modules: true, localIdentName: NODE_ENV === 'development' ? '[name][local]_[hash:base64:5]' : '[hash:base64:5]' } }, { loader: 'sass', options: { includePaths: customPaths } }, { loader: 'postcss', options: { plugins: () => [ autoprefixer ] } } ] }) }

&includePaths[]=' + path.resolve(__dirname, "./node_modules/compass-mixins/lib")

resolve-url! loader: ExtractTextPlugin.extract('style-loader', 'css-loader?sourceMap!ruby-sass-loader?compass=1')

entry: "./frontend/main",

require.ensure([], (require) => {

	require('./modules/ravno');
	$('.ttt').ravno();
});

"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-runtime": "^6.18.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^1.0.1",
"node-sass": "^3.13.0",
"raw-loader": "^0.5.1",
"resolve-url-loader": "^1.6.0",
"ruby-sass-loader": "^0.3.0",
"sass-loader": "^4.0.2",
"sass-resources-loader": "^1.1.0",
"script-loader": "^0.7.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2",
"webpack-livereload-plugin": "^0.9.0",
"webpack-spritesmith": "^0.3.0"

}

rcasp's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.