Git Product home page Git Product logo

laravel-potion's People

Contributors

fromthecove avatar lbausch avatar mattrmiller avatar mekdrop avatar minkbear avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

laravel-potion's Issues

Installation issues on L5.1

Incorrect dependencies for JSqueeze
Incorrect namespacing of JSqueeze via the Assetic filter (\Patchwork\JSqueeze)
Incorrect reference to JSqueeze Special Vars constant due to conflict in dependencies b/w Potion and Assetic

Undefined index: resource_path (Laravel 4.2)

Hi,
I have this error when I try php artisan potion:make-assets
The path is valid in my config file, so I wonder if the config file is properly loaded, or if it's even loaded, with Laravel 4.2.

Unable to install

When I do composer update I get a dependency error:
Problem 1
- Installation request for classygeeks/potion 1.0.@dev -> satisfiable by cl
assygeeks/potion[1.0.x-dev].
- classygeeks/potion 1.0.x-dev requires kriswallsmith/assetic 1.3.
@dev -> n
o matching package found.

Potential causes:

Read http://getcomposer.org/doc/articles/troubleshooting.md for further common
problems.

Support CommonJS

When using node, the excellent browserify package can be used to compile commonJS packages into one file. It would be great if potion would support this as well.

The PHP package https://github.com/mattcg/cjsDelivery supports compiling commonJS packges and could be used for this.

path not specified

whenever i am making command php artisan potion:make-assets
its saying the system canot find the path specified........ may be more docmentation is needed

Undefined index: assets_path in L5

Running php artisan potion:make-assets in Laravel 5 throws "Undefined index: assets_path" exception. As far as I see there is a problem in the PotionServiceProvider getConfig() method. Replacing

\Config::get("potion{$this->packageSeparator}config");

with

\Config::get("potion");

seems to fix the issue

SCSSPHP locked to v0.1.1, latest is 0.6.6

Is there a reason why leafo/scssphp is locked to v0.1.1? I require some newer functionality available in the later versions.

Requiring a newer version of leafo/scss in my composer.json will revert potion to an earlier version (v.1.0.0) instead of v1.0.3 (obviously because that version of potion only suggests scssphp instead of requiring it).

I could do a PR, but I wanted to make sure that there wasn't some sort of underlying issue where we are required to use scssphp v0.1.1 instead of something more up-to-date.

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.